home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / phpmyadmin / ChangeLog < prev    next >
Encoding:
Text File  |  2006-11-18  |  197.7 KB  |  4,269 lines

  1. ----------------------
  2. phpMyAdmin - ChangeLog
  3. ----------------------
  4.  
  5. $Id: ChangeLog 9736 2006-11-19 00:27:38Z lem9 $
  6. $Source$
  7.  
  8. 2006-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  9.     * index.php, libraries/common.lib.php: undefined index
  10.     ### 2.9.1.1 released from MAINT_2_9_1
  11.  
  12. 2006-11-18 Michal ─îiha┼Ö  <michal@cihar.com>
  13.     * Documentation.html, libraries/ip_allow_deny.lib.php: Define headers
  14.       which to trust in configuration, thanks for help with this to Christian
  15.       Schmidt, Peytz & Co.
  16.     * libraries/common.lib.php: Fix XSS on database comment, thanks to laurent
  17.       gaffi├⌐.
  18.  
  19. 2006-11-17 Michal ─îiha┼Ö  <michal@cihar.com>
  20.     * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid
  21.       XSS.
  22.     * left.php: Fix XSS on table comment.
  23.     * index.php, libraries/url_generating.lib.php, libraries/common.lib.php,
  24.       libraries/select_lang.lib.php: Fix path disclossure while passing array
  25.       as some params.
  26.     * Documentation.html, libraries/ip_allow_deny.lib.php,
  27.       libraries/config.default.php: Trust only listed proxies for IP
  28.       Allow/Deny.
  29.  
  30. 2006-11-09 Marc Delisle  <lem9@users.sourceforge.net>
  31.     ### 2.9.1 released from MAINT_2_9_1
  32.  
  33. 2006-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  34.     * config.sample.inc.php: Make it use CRLF to make Windows users happy.
  35.  
  36. 2006-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  37.     * Documentation.html: Mention problems with Hardened-PHP.
  38.     * lang/dutch: Fix typo, thanks to Thijs Kinkhorst - kink.
  39.  
  40. 2006-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  41.     ### 2.9.1-rc2 released from QA_2_9
  42.  
  43. 2006-10-27 Marc Delisle  <lem9@users.sourceforge.net>
  44.     * libraries/fpdf/font: replace broken binary files
  45.  
  46. 2006-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  47.     * error.php, libraries/common.lib.php, /database_interface.lib.php,
  48.       /session.inc.php: force utf-8 charset to avoid XSS with crafted URL
  49.       and utf-7 in charset; error messages won't display correctly
  50.       if the chosen lang is not utf-8
  51.  
  52. 2006-10-26 Michal ─îiha┼Ö  <michal@cihar.com>
  53.     * libraries/import/csv.php: Fix wrong import when ;; is at buffer boundary
  54.       (bug #1584836).
  55.     * tbl_properties_operations.php: Fix duplicate ID for checkbox (bug
  56.       #1584770).
  57.     * libraries/tbl_properties.inc.php: Check form only when saving table
  58.       fields (bug #1566222).
  59.  
  60. 2006-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  61.     * libraries/export/csv.php: Fix cvs/csv typo (bug #1583509).
  62.  
  63. 2006-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  64.     * libraries/common.lib.php, /database_interface.lib.php,/session.inc.php:
  65.       wrong parameter "char" when calling error.php, should be "charset"
  66.  
  67. 2006-10-19 Michal ─îiha┼Ö  <michal@cihar.com>
  68.     * libraries/common.lib.php: Fix escaping of long query with js (thanks to
  69.       Erwin for report).
  70.  
  71. 2006-10-18 Marc Delisle  <lem9@users.sourceforge.net>
  72.     * db_operations.php, libraries/Table.class.php: bug #1567316,
  73.       renaming a db containing a view
  74.  
  75. 2006-10-10 Michal ─îiha┼Ö  <michal@cihar.com>
  76.     * Documentation.html: Sync with trunk.
  77.  
  78. 2006-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  79.     * libraries/Table.class.php: bug #1567316, renaming a db containing view
  80.       (but still some work to ensure proper sequence of renaming)
  81.  
  82. 2006-10-13 Marc Delisle  <lem9@users.sourceforge.net>
  83.     * css/phpmyadmin.css.php: bug #1517428, some IE 6 versions have
  84.       problems loading CSS when zlip.output_compression is on,
  85.       thanks to Juergen Wind
  86.     * db_details_export.php: select all tables by default to reflect
  87.       the default export behavior
  88.  
  89. 2006-10-12 Marc Delisle  <lem9@users.sourceforge.net>
  90.     * tbl_change.php: bug #1566219, automated timestamp values
  91.  
  92. 2006-10-10 Michal ─îiha┼Ö  <michal@cihar.com>
  93.     * lang/german: Fix typo (translation #1467138).
  94.     * libraries/import.lib.php: Correctly fail if file is too short (bug
  95.       #1574340).
  96.     * libraries/export/excel.php: Fix MIME type and extension to state before
  97.       plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm).
  98.  
  99. 2006-10-09 Michal ─îiha┼Ö  <michal@cihar.com>
  100.     * lang/german: Fix typo (translation #1570611).
  101.  
  102. 2006-10-09 Marc Delisle  <lem9@users.sourceforge.net>
  103.     * libraries/export/sql.php: bug #1562533, problems with unbuffered queries
  104.     * Documentation.html: FontFamily, FontFamilyFixed
  105.     * themes/original/layout.inc.php: bug #1564409, default FontFamily
  106.  
  107. 2006-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  108.     * scripts/create-release.sh: use lang-cleanup.sh from the kit,
  109.       list all files, and allow non-anonymous access
  110.  
  111. 2006-10-06 Michal ─îiha┼Ö  <michal@cihar.com>
  112.     * scripts/lang-cleanup.sh: Script for removing not installed languages
  113.       from libraries/select_lang.lib.php.
  114.     * scripts/create-release.sh: Make it better :-):
  115.         - Create 7z archives
  116.         - Make compression list configurable
  117.         - Allow to define which kits to build
  118.         - Call scripts/lang-cleanup.sh to remove not wanted languages
  119.         - Do not login to cvs if already logged in
  120.  
  121. 2006-10-06 Marc Delisle  <lem9@users.sourceforge.net>
  122.     * libraries/database_interface.lib.php, bug #1568341, last part of
  123.       the fix to avoid problems on Windows servers, thanks to Juergen Wind
  124.  
  125. 2006-10-05 Marc Delisle  <lem9@users.sourceforge.net>
  126.     * scripts/create-release.sh: starting changes for new kits
  127.       TODO: - trimming of libraries/select_lang.lib.php in the kit
  128.             - 7zip 
  129.             - remove gzip ?
  130.  
  131. 2006-10-04 Michal ─îiha┼Ö  <michal@cihar.com>
  132.     * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k.
  133.         - Fix Wikipedia URLs (patch #1568498).
  134.         - Fix duplicate ids (patch #1568504).
  135.     * tbl_replace.php, libraries/config.default.php: Add support for UTC_DATE,
  136.       UTC_TIME and UTC_TIMESTAMP functions, based on patch #1563585, thanks to
  137.       Alexander Schuch - ci-dev.
  138.     * tbl_alter.php: Fix order of includes (bug #1569277).
  139.  
  140. 2006-10-03 Marc Delisle  <lem9@users.sourceforge.net>
  141.     ### 2.9.0.2 released from MAINT_2_9_0
  142.  
  143. 2006-10-03 Michal ─îiha┼Ö  <michal@cihar.com>
  144.     * scripts/setup.php: Sync token name, move it's definition to one place
  145.       (bug #1569612).
  146.  
  147. 2006-10-01 Marc Delisle  <lem9@users.sourceforge.net>
  148.     ### 2.9.0.1 released from MAINT_2_9_0
  149.     * libraries/database_interface.lib.php: bug #1568341, 
  150.       case sensitivity in database names
  151.     * tbl_relation.php: trap error 1452 when adding a foreign key
  152.       and a constraint fails
  153.     * libraries/export/sql.php: bug #1550690, wrong export of constraints,
  154.       thanks to Robert Vock
  155.  
  156. 2006-09-29 Marc Delisle  <lem9@users.sourceforge.net>
  157.     * libraries/grab_globals.lib.php: fix attack via _FILES,
  158.       thanks to Stefan Esser
  159.     * libraries/database_interface.lib.php, bug #1566904, typo in require,
  160.       thanks to Bj├╢rn Wiberg - bwiberg.
  161.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  162.  
  163. 2006-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  164.     * libraries/common.lib.php, /session.inc.php, /url_generating.lib.php:
  165.       security fixes (announcement will come later),
  166.       thanks to Sebastian Mendel and Stefan Esser
  167.     * libraries/.htaccess: remove potential vulnerability (allow from none),
  168.       thanks to Michael Heimpold
  169.     ### 2.9.1-rc1 released from QA_2_9
  170.  
  171. 2006-09-22 Marc Delisle  <lem9@users.sourceforge.net>
  172.     * libraries/tbl_properties_links.inc.php: bug #1560152, 
  173.       after renaming a table the navigation does not work
  174.  
  175. 2006-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  176.     ### 2.9.0 released from QA_2_9
  177.  
  178. 2006-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  179.     * Documentation.html, libraries/footer.inc.php, 
  180.       libraries/dbg/profiling.php: remove profiling feature
  181.       due to licensing issues (non GPL code)
  182.  
  183. 2006-09-15 Marc Delisle  <lem9@users.sourceforge.net>
  184.     * lang/finnish: Update, thanks to Yoneh - yoneh.
  185.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  186.  
  187. 2006-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  188.     * db_details_structure.php: Fix table footer when MySQL does not support
  189.       collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch -
  190.       ibennetch).
  191.  
  192. 2006-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  193.     * libraries/config.default.php, libraries/export/sql.php:
  194.       bug #1556934, sql compatibility mode on export
  195.  
  196. 2006-09-08 Marc Delisle  <lem9@users.sourceforge.net>
  197.     * lang/check_lang.sh: ignore differences in doc_lang
  198.     * lang/italian: Update, thanks to Rebe - rebeluca.
  199.     ### 2.9.0-rc1 released from QA_2_9
  200.  
  201. 2006-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  202.     * lang/turkish: update, thanks to Burak Yavuz - bourock
  203.  
  204. 2006-08-30 Michal ─îiha┼Ö  <michal@cihar.com>
  205.     * libraries/common.lib.php, lang/*: Internationalise link to MySQL
  206.       documentation when translation exists, this needs to be defined in
  207.       language file (RFE #1547130).
  208.     * lang/belarusian_latin-utf-8.inc.php: Fix charset information.
  209.  
  210. 2006-08-29 Michal ─îiha┼Ö  <michal@cihar.com>
  211.     * lang/croatian: Updated, thanks to Renato Pavicic - babalui.
  212.  
  213. 2006-08-28 Michal ─îiha┼Ö  <michal@cihar.com>
  214.     * config.sample.inc.php, Documentation.html: Add minimal sample
  215.       configuration, so that lazy people won't copy
  216.       libraries/config.default.php (RFE #1544570).
  217.  
  218. 2006-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  219.     * themes/*/layout.inc.php: patch #1523543, possibility of vertical
  220.       solid line between frames, thanks to Juergen Wind
  221.  
  222. 2006-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  223.     * db_operations.php: bug #1544799, undefined variable on db copy
  224.     * libraries/common.lib.php: bug #1544734, error messages link outdated,
  225.       thanks to Ren├⌐ Leonhardt
  226.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  227.     * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message,
  228.       thanks to GerardW
  229.  
  230. 2006-08-24 Marc Delisle  <lem9@users.sourceforge.net>
  231.     ### 2.9.0-beta1 released from QA_2_9
  232.  
  233. 2006-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  234.     * scripts/setup.php: bug #1536112, better fix (in case of 
  235.       register_globals enabled), thanks to Michal
  236.     ### 2.8.2.3 released from MAINT_2_8_2
  237.     * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php
  238.       on a server with register_globals enabled, thanks to Juergen Wind
  239.     ### 2.8.2.4 released from MAINT_2_8_2
  240.  
  241. 2006-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  242.     * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  243.       bug #1542875, Cookie auth on IIS
  244.  
  245. 2006-08-20 Marc Delisle  <lem9@users.sourceforge.net>
  246.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  247.  
  248. 2006-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  249.     * libraries/export/pdf.php: do not display BLOBs on PDF export
  250.     * lang/brazilian-portuguese: update, thanks to thedarkness
  251.     * lang/catalan update, thanks to Xavier Navarro (xavin)
  252.  
  253. 2006-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  254.     * libraries/sqlparser.lib.php: sorting on column header
  255.  
  256. 2006-08-16 Michal ─îiha┼Ö  <michal@cihar.com>
  257.     * libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS
  258.       file (bug #1541100).
  259.  
  260. 2006-08-15 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  261.     * lang/german: Updated
  262.  
  263. 2006-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  264.     ### 2.8.2.2 released from MAINT_2_8_2
  265.  
  266. 2006-08-14 Michal ─îiha┼Ö  <michal@cihar.com>
  267.     * scripts/setup.php: Improve readibility (patch #1539976), thanks to Isaac
  268.       Bennetch - ibennetch.
  269.     * lang/czech: Updated.
  270.  
  271. 2006-08-13 Marc Delisle  <lem9@users.sourceforge.net>
  272.     * libraries/display_tbl.lib.php: bug #1519799, imagelink error
  273.  
  274. 2006-08-12 Marc Delisle  <lem9@users.sourceforge.net>
  275.     * libraries/sqlparser.data.php: bug #1492772, parsing EXTRACT YEAR_MONTH
  276.       (there were sorting errors in the function names array)
  277.       also bug #1534007, STD function not working
  278.     * lang/polish: updates, thanks to Jakub Wilk - ubanus
  279.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  280.     * lang/italian: Update, thanks to Rebe - rebeluca.
  281.     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
  282.     * lang/belarusian updates, thanks to Jaska Zedlik
  283.  
  284. 2006-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  285.     * libraries/auth/config.auth.lib.php: bug #1536112, config not loaded
  286.       (MySQL error 2002 or 2003)
  287.  
  288. 2006-08-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  289.     * css\phpmyadmin.css.php, themes\*:
  290.       updated themes to 2.9 and some minor fixes
  291.       thanks to Juergen Wind - windkiel for hinting this (patch #1535169)
  292.  
  293. 2006-08-10 Marc Delisle  <lem9@users.sourceforge.net>
  294.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  295.     * lang/catalan update, thanks to Xavier Navarro (xavin)
  296.     * lang/galician: Update, thanks to Xos├⌐ Calvo - xosecalvo.
  297.     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu
  298.     * lang/russian: update, thanks to Gosha Sakovich - gt2
  299.     * libraries/common.lib.php: bug #1534475, arbitrary server
  300.  
  301. 2006-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  302.     * libraries/mysql_charsets.lib.php: bug #1530574:
  303.       MySQL 4.1.13 and double quotes in SHOW VARIABLES,
  304.       thanks to Herve Pages
  305.     * docs.css, Documentation.html: bug #1446538, FAQ numbers missing
  306.     * libraries/display_select_lang.lib.php, lang/*: $strLanguage
  307.  
  308. 2006-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  309.     * db_operations.php: added a FIXME for db copy with Add Constraints 
  310.       and mysql extension
  311.  
  312. 2006-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  313.     * libraries/export/sql.php: bug #1527862, export foreign keys is broken
  314.     in latest CVS
  315.  
  316. 2006-08-04 Marc Delisle  <lem9@users.sourceforge.net>
  317.     * tbl_properties_operations.php, libraries/export/sql.php:
  318.       bug #1526000, copying table to another db (MYSQL 5.0.24)
  319.     * db_details_structure.php: bug #1530574, misaligned HTML 
  320.       when db_collation is empty
  321.  
  322. 2006-08-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  323.     *  libraries/dbi/mysqli.dbi.lib.php PMA_DBI_try_query(): do not force
  324.        MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work
  325.  
  326. 2006-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  327.     ### 2.8.2.1 released from MAINT_2_8_2
  328.  
  329. 2006-08-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  330.     * css\phpmyadmin.css.php, themes\darkblue_orange\css\theme_right.css.php
  331.       themes\darkblue_orange\layout.inc.php, themes\original\layout.inc.php
  332.       themes\original\css\theme_left.css.php,
  333.       themes\original\css\theme_right.css.php:
  334.       added variables to define (text) color for marked and hovered objects
  335.       thanks to Juergen Wind - windkiel for hinting this bug (patch #1503529)
  336.     * Documentation.html: updated style config option descriptions
  337.     * libraries/common.lib.php:
  338.       - added PMA_escapeJsString() to escape strings for JavaScript inside CDATA blocks
  339.       - added PMA_unQuote() to remove quotes from strings
  340.     * libraries/footer.inc.php: correctly escape strings inside JavaScript
  341.       (part of bug #1532721)
  342.     * libraries/sqlparser.lib.php: correctly unquote identifiers
  343.       (part of bug #1532721)
  344.     * libraries/display_tbl.lib.php:
  345.       bug #1524387 incorrectly detects table name for result field
  346.  
  347. 2006-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  348.     * Documentation.html: patch #1532493 + light editing from me,
  349.       thanks to Isaac Bennetch
  350.  
  351. 2006-08-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  352.     * left.php, libraries/header.inc.php:
  353.       do not apply 'vertical scrollbar bug'-fix to IE 7
  354.     * changelog.php: updatet CVS URL
  355.     * libraries/dbi/mysqli.dbi.lib.php:
  356.       bug #1532111 dbi/mysqli: MYSQLI_* constants thanks to Lierduh - lierduh
  357.  
  358. 2006-07-31 Michal ─îiha┼Ö  <michal@cihar.com>
  359.     * lang/czech: Updated.
  360.  
  361. 2006-07-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  362.     * lang/german: Updated.
  363.     * libraries/common.lib.php: use PMA_Config class for cookie needs,
  364.       do not unset not set cookie
  365.     * css\phpmyadmin.css.php, libraries\Config.class.php, main.php,
  366.       themes\*: make font size user configurable
  367.  
  368. 2006-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  369.     * libraries/sqlparser.lib.php: bug #1526000, copy table on MySQL 5.0.23+,
  370.       thanks to Rapsys Phoenix - rapsys
  371.  
  372. 2006-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  373.     * scripts/setup.php: Protect against php code input from user (bug
  374.       #1530370).
  375.  
  376. 2006-07-27 Marc Delisle  <lem9@users.sourceforge.net>
  377.     * pdf_pages.php: automatic layout for InnoDB tables
  378.     * tbl_properties_operations.php: problem switching from InnoDB to MyISAM
  379.     * tbl_printview.php, libraries/mult_submits.inc.php,
  380.       libraries/db_table_exists.lib.php:
  381.       bug #1521910, with selected ... print view
  382.  
  383. 2006-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  384.     * server_privileges.php: bug #1526557, display error when admin
  385.       lacks some privileges and tries to do a privilege change
  386.     * libraries/common.lib.php: bug #1523784, blank page after Edit
  387.       in IE6 via IIS
  388.  
  389. 2006-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  390.     * libraries/display_import.lib.php: the Character set of the file
  391.       could appear twice
  392.     * tbl_properties_operations.php: handling of AUTO_INCREMENT when moving a
  393.       table
  394.  
  395. 2006-07-20 Michal ─îiha┼Ö  <michal@cihar.com>
  396.     * libraries/compat/var_export.php: Dropped due to license problems.
  397.     * scripts/setup.php: Implement own var_export.
  398.  
  399. 2006-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  400.     * browse_foreigners.php: bug #1525393, no page selector in foreign key
  401.       browse page
  402.  
  403. 2006-07-19 Michal ─îiha┼Ö  <michal@cihar.com>
  404.     * libraries/compat/var_export.php: Update to fixed version.
  405.  
  406. 2006-07-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  407.     * lang/german: updated, typos
  408.  
  409. 2006-07-18 Michal ─îiha┼Ö  <michal@cihar.com>
  410.     * libraries/common.lib.php: Fix extension loading on HP-UX (bug #1524776),
  411.       thanks to Francois Laupretre - flp1.
  412.  
  413. 2006-07-17 Marc Delisle  <lem9@users.sourceforge.net>
  414.     * libraries/dbi/mysql.dbi.lib.php:
  415.       bug #1523623, BIGINT auto_increment and mysql extension
  416.  
  417. 2006-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  418.     * tbl_change.php: Edit next row did not work in 2.9.0-dev
  419.  
  420. 2006-07-13 Marc Delisle  <lem9@users.sourceforge.net>
  421.     * main.php: put emphasis on server name
  422.  
  423. 2006-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  424.     * Documentation.html: patch #1519351, security alerts,
  425.       thanks to Juergen Wind - windkiel
  426.  
  427. 2006-07-09 Michal ─îiha┼Ö  <michal@cihar.com>
  428.     * Documentation.html: Readd accidentally removed quotes.
  429.  
  430. 2006-07-09 Marc Delisle  <lem9@users.sourceforge.net>
  431.     * tbl_printview.php, db_datadict.php:
  432.       bug #1398748, print view and TIMESTAMP NULL
  433.  
  434. 2006-07-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  435.     * libraries/select_server.lib.php, main.php, libraries/left_header.inc.php:
  436.       move server selection in main to the 'right' (below 'phpMyAdmin')
  437.  
  438. 2006-07-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  439.     * left.php, libraries/header_meta_style.inc.php, libraries/header.inc.php:
  440.       fix to remove scrollbar bug in IE without quirks mode
  441.  
  442. 2006-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  443.     * db_details_qbe.php: deactivated some work in progress
  444.  
  445. 2006-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  446.     * db_details_structure.php, libraries/db_details_common.inc.php
  447.       libraries/db_details_db_info.inc.php:
  448.       bug #1518147, after displaying information_schema, displaying other
  449.       dbs does not show size
  450.     * libraries/auth/config.auth.lib.php: bug #1477402, if default server fails
  451.       you cannot switch in config auth
  452.  
  453. 2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  454.     * libraries/select_server.lib.php, css/phpmyadmin.css.php:
  455.       make serverlist a real html-list
  456.     * main.php: move server selection above server
  457.       details (more logical)
  458.  
  459. 2006-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  460.     * db_operations.php, tbl_properties_operations.php,
  461.       libraries/Table.class.php, libraries/export/sql.php,
  462.       tbl_move_copy.php:
  463.       a single-table copy did not copy the constraints;
  464.       also bug #1388048, constraints copied too early when copying a db
  465.  
  466. 2006-07-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  467.     * js\querywindow.js, libraries\footer.inc.php: renamed JavaScript function
  468.       refreshLeft() to refreshNavigation()
  469.     * libraries/Config.class.php: reload default configuration if config.inc.php
  470.       is removed
  471.  
  472. 2006-07-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  473.     * index.php, js\querywindow.js, querywindow.php, libraries\common.lib.php,
  474.       libraries\footer.inc.php, libraries\sql_query_form.lib.php:
  475.       bug #1477576 with rtl langs, navi links open in wrong frame
  476.  
  477. 2006-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  478.     * db_operations.php: undefined $table when copying a db
  479.  
  480. 2006-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  481.     * libraries/common.lib.php: escape also single quotes
  482.     ### 2.8.2 released from QA_2_8
  483.  
  484. 2006-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  485.     * libraries/Config.class.php: remove debug code
  486.     * libraries/common.lib.php: escape allowed parameters from non-token
  487.       requests
  488.  
  489. 2006-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  490.     * libraries/import/csv.php: Fix special case of Excel export with ; at the
  491.       end (bug #1511046).
  492.     * scripts/setup.php, libraries/compat/var_export.php: Add var_export
  493.       compatibility wrapper from PEAR PHP_Compat to make setup.php work on PHP
  494.       4.1 (bug #1513007).
  495.     * libraries/Config.class.php: Recalculate URL only if needed not all times
  496.       when using https.
  497.     * lang/slovak: Updated, thanks to Tomas Tatransky - droopytsf.
  498.     * lang/czech: Translated missing strings.
  499.  
  500. 2006-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  501.     * libraries/export/pdf.php, libraries/plugin_interface.lib.php, lang/*:
  502.       bug #1504218: display an explanation for what is a PDF export
  503.     * libraries/database_interface.lib.php: when a db directory has
  504.       wrong permissions/ownership, information_shema does not work
  505.       for all databases so we revert to SHOW TABLE STATUS
  506.  
  507. 2006-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  508.     * libraries/Config.class.php: bug #1501027, possible user/password
  509.       disclosure when switching from http to https
  510.  
  511. 2006-06-22 Marc Delisle  <lem9@users.sourceforge.net>
  512.     * libraries/database_interface.lib.php, /export/sql.php, lang/*:
  513.     export of procedures and functions. Note: this needs improvement
  514.     because currently the DELIMITER for procedures is exported as a
  515.     comment. Users could remove the comment marker and feed this
  516.     to command-line mysql but it would be better to generate DELIMITER
  517.     not as a comment and parse it while importing.
  518.  
  519. 2006-06-21 Marc Delisle  <lem9@users.sourceforge.net>
  520.     * lang/french: update
  521.     * lang/slovak: update, thanks to Tomas Tatransky - droopytsf
  522.     * lang/tatarish: update, thanks to Albert Fazl├¡
  523.     * libraries/auth/http.auth.lib.php: bug #1504662, display server message
  524.  
  525. 2006-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  526.     * libraries/Table.class.php: a typo disabled table copy operation
  527.  
  528. 2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  529.     * themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
  530.     * libraries/common.lib.php::PMA_linkOrButton():
  531.       did not recognize hard coded & when ; is set as url separator in php
  532.     * js/querywindow.js, libraries/common.lib.php,
  533.       libraries/sql_query_form.lib.php: bug #1490556 Request-URI Too Large
  534.  
  535. 2006-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  536.     * libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it
  537.  
  538. 2006-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  539.     * libraries/sql_query_form.lib.php, libraries/import/sql.php, lang/*:
  540.       bug # 1469699, can't create a stored procedure
  541.       Experimental, please test! I added a Delimiter field in the query form
  542.       so user can specify his special delimiter;
  543.       TODO: fix the display of the query which has a special delimiter
  544.             because for now it's empty
  545.  
  546. 2006-06-09 Marc Delisle  <lem9@users.sourceforge.net>
  547.     * tbl_select.php: bug #1490569, search with LIKE on numeric fields
  548.     * libraries/import.lib.php: support display of HANDLER statement results
  549.     * libraries/header.inc.php, libraries/auth/http.auth.lib.php,
  550.       /cookie.auth.lib.php, removed header_custom.inc.php:
  551.       patch #1502453, unnecessary disk access,
  552.       thanks to Juergen Wind (windkiel)
  553.     * libraries/footer.inc.php, libraries/auth/http.auth.lib.php,
  554.       /cookie.auth.lib.php, removed footer_custom.inc.php:
  555.       applied the same optimization
  556.  
  557. 2006-06-08 Marc Delisle  <lem9@users.sourceforge.net>
  558.     * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when
  559.       the default server is 0
  560.  
  561. 2006-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  562.     * Documentation.html: various fixes, thanks to Cedric Corazza
  563.  
  564. 2006-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  565.     * libraries/auth/cookie.auth.lib.php: for auth_type='cookie', avoid
  566.       showing the "cookies must be enabled" message if they are enabled
  567.     * Documentation.html: requirements: web browser with cookies enabled
  568.     * libraries/header.inc.php: show message about cookies also
  569.       when auth_type = http or config
  570.  
  571. 2006-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  572.     * libraries/common.lib.php: bug #1498108, support twice the separator
  573.       in db name, thanks to Sylvain Derosiaux
  574.  
  575. 2006-05-30 Marc Delisle  <lem9@users.sourceforge.net>
  576.     * lang/french*: updates
  577.     * querywindow.php: $is_superuser was not defined
  578.     * sql.php: bug #1490422, lost connection to MySQL server (SELECT DISTINCT)
  579.  
  580. 2006-05-30 Michal ─îiha┼Ö  <michal@cihar.com>
  581.     * libraries/export/sql.php: Fix handling of backquotes (bug #1497239).
  582.     * libraries/export/xml.php: Fix export to XML (bug #1497239).
  583.     * libraries/plugin_interface.lib.php: Show that plugin has no option if it
  584.       has only hidden inputs.
  585.     * sql.php: Do not compare db if not defined.
  586.     * server_binlog.php, server_processlist.php: No need to grab all results
  587.       to memory.
  588.     * libraries/export/htmlexcel.php: Fix extension (bug #1497239).
  589.     * libraries/export/csv.php: Handle correctly AUTO (bug #1497239).
  590.     * lang/*: Remove obsolete messages, add missing ones.
  591.     * lang/czech: Updated.
  592.     * libraries/session.inc.php: Remove unused code.
  593.     * libraries/Table.class.php, libraries/select_lang.lib.php, lang/*: Add
  594.       todo translations (bug #1436564).
  595.  
  596. 2006-05-29 Michal ─îiha┼Ö  <michal@cihar.com>
  597.     * lang/galician: Update, thanks to Xos├⌐ Calvo - xosecalvo.
  598.     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
  599.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  600.     * lang/italian: Update, thanks to Rebe - rebeluca.
  601.     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu.
  602.     * lang/finnish: Update, thanks to Yoneh - yoneh.
  603.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  604.     * lang/czech: Update.
  605.  
  606. 2006-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  607.     * main.php: bug #1496881, CVS link broken in main.php
  608.  
  609. 2006-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  610.     * tbl_change.php: bug #1451426, edit breaks protected BLOB field,
  611.       changes it from NULL to empty string
  612.  
  613. 2006-05-23 Marc Delisle  <lem9@users.sourceforge.net>
  614.     * tbl_change.php, tbl_replace.php: bug #1438999, updating a multi-table
  615.       view
  616.  
  617. 2006-05-21 Marc Delisle  <lem9@users.sourceforge.net>
  618.     * import.php, lang/*: bug #1467804, replaced strNothingToImport
  619.       by strNoDataReceived
  620.  
  621. 2006-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  622.     ### 2.8.1 released from MAINT_2_8_1
  623.  
  624. 2006-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  625.     * db_details_structure.php: indicate on the Sum line that storage type and
  626.       collation are the default values
  627.  
  628. 2006-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  629.     * libraries/check_user_privileges.lib.php, /database_interface.lib.php, /db_details_links.inc.php,
  630.       /server_common.inc.php, /header.inc.php: bug #1490193 and code simplification
  631.  
  632. 2006-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  633.     * server_privileges.php: bug #1478812, Add user (password containing
  634.       a backslash); also minor optimization
  635.  
  636. 2006-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  637.    * libraries/Table.class.php: bug #1475949, removing the default value
  638.  
  639. 2006-05-15 Michal ─îiha┼Ö  <michal@cihar.com>
  640.     * scripts/setup.php: Compatibility with security tokens (bug #1488453).
  641.     * scripts/setup.php: Fix detection of writable config (bug #1488447).
  642.     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php,
  643.       themes/darkblue_orange/css/theme_right.css.php,
  644.       themes/original/css/theme_right.css.php: Not so wide login form (RFE
  645.       #1445541).
  646.     * import.php, export.php: Increase magic contstant to avoid problems with
  647.       compression of some specific data (bug #1477029).
  648.  
  649. 2006-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  650.     * libraries/common.lib.php: Fix reading database list with MySQL wildcards
  651.       (bug #1487613).
  652.     * changelog.php: There is no reason to make bug uppercase.
  653.  
  654. 2006-05-14 Marc Delisle  <lem9@users.sourceforge.net>
  655.     * libraries/import.lib.php: bug #1482841, support USE statement in the import file
  656.  
  657. 2006-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  658.     ### 2.8.0.4 released from MAINT_2_8_0
  659.  
  660. 2006-05-12 Michal ─îiha┼Ö  <michal@cihar.com>
  661.     * libraries/footer.inc.php: Escape user input to avoid XSS.
  662.     * libraries/common.lib.php, libraries/url_generating.lib.php: Better
  663.       handle other URL separator than & (bug #1487365).
  664.  
  665. 2006-05-06 Michal ─îiha┼Ö  <michal@cihar.com>
  666.     * Documentation.html: Describe better regullar expressions in hide_db
  667.       (patch #1482049, thanks to Isaac Bennetch - ibennetch).
  668.  
  669. 2006-05-05 Michal ─îiha┼Ö  <michal@cihar.com>
  670.     * libraries/export/sql.php: Fix UPDATE export with extended inserts
  671.       enabled (bug #1482103), fix export type selection.
  672.     * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies
  673.       can override values in REQUEST (bug #1481584).
  674.     * lang/czech: Updated.
  675.  
  676. 2006-05-03 Michal ─îiha┼Ö  <michal@cihar.com>
  677.     * Documentation.html: Document OpenDocument export and various fixes.
  678.  
  679. 2006-05-02 Michal ─îiha┼Ö  <michal@cihar.com>
  680.     * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
  681.       user input (CVE-2006-2031).
  682.     * server_databases.php: Fix path to image (needs to be lower case).
  683.     * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities,
  684.       it doesn't break utf-8.
  685.  
  686. 2006-04-28 Michal ─îiha┼Ö  <michal@cihar.com>
  687.     * Documentation.html, main.php, libraries/config.default.php: Possibility
  688.       to hide creating of database from main (RFE #1370100).
  689.     * Documentation.html, main.php, libraries/left_header.inc.php:
  690.       Customizable link under left logo (RFE #1111599).
  691.     * libraries/export/htmlword.php: Fix including column names.
  692.     * libraries/export/latex.php: Add missing crlf, remove unused code.
  693.     * libraries/export/ods.php: Use correct charset.
  694.     * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open
  695.       Document Text export (RFE #1068007).
  696.     * libraries/opendocument.lib.php: Add document metainformation.
  697.     * libraries/opendocument.lib.php, libraries/export/ods.php,
  698.       libraries/export/odt.php: Include styles.xml in Open Document, now it
  699.       can be opened in KOffice, Gnumeric and OpenOffice.org.
  700.  
  701. 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  702.     * db_printview.php: fixed bug 'no tables found', refactored
  703.     * tbl_change.php, tbl_indexes.php: removed table formating, done in css
  704.  
  705. 2006-04-27 Michal ─îiha┼Ö  <michal@cihar.com>
  706.     * Documentation.html, libraries/config.default.php,
  707.       libraries/auth/cookie.auth.lib.php: Logout from all servers by default
  708.       (RFE #1370874).
  709.     * sql.php: Show results of REPLACE as affected as it contains both deleted
  710.       and inserted rows count (bug #1475765).
  711.     * libraries/common.lib.php: Better detection of duplicate rows (bug
  712.       #1477500).
  713.     * libraries/display_tbl.lib.php: Do not check for VIEW if no table name
  714.       (eg. SELECT 1) (bug #1473484).
  715.     * libraries/import/sql.php: Do not strip MySQL conditional statements in
  716.       comments (patch #1459782, thanks to unconed - unconed).
  717.     * Documentation.html: Various fixes in documentation, mostly grammmar
  718.       (patch #1453198, thanks to Isaac Bennetch - ibennetch).
  719.     * lang/*: Remove *font_family.
  720.     * Documentation.html, import.php, querywindow.php, js/functions.js,
  721.       libraries/header.inc.php, libraries/import.lib.php: Improve
  722.       functionality of limiting DROP DATABASE (bug #1456082).
  723.     * libraries/language.lib.php, libraries/common.lib.php,
  724.       libraries/database_interface.lib.php, libraries/select_lang.lib.php:
  725.       Reload language file after switch to utf-8 translation (bug #1442605).
  726.     * tbl_properties_operations.php,
  727.       libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to
  728.       DEFAULT (bug #1440966).
  729.  
  730. 2006-04-26 Michal ─îiha┼Ö  <michal@cihar.com>
  731.     * libraries/plugin_interface.lib.php:
  732.         - Display information that there are no settings.
  733.         - Be more verbose on error.
  734.         - Drop tables used for layout.
  735.         - Add support for groupping options.
  736.         - Support for forcing one of two bool/bgroups.
  737.         - Add documentation.
  738.         - Support for localised texts in defaults.
  739.     * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
  740.       themes/original/css/theme_right.css.php: New style for non table forms
  741.       used in plugins.
  742.     * libraries/config.default.php, libraries/display_export.lib.php,
  743.       libraries/export/*: Convert export to plugin architecture, so that
  744.       plugins are independant piece of code (RFE #1325937).
  745.     * db_operations.php, tbl_properties_operations.php,
  746.       libraries/Table.class.php: Adapt to changes in export.
  747.     * export.php, libraries/export/*: Use plugins for extension and MIME type.
  748.     * libraries/export/ods.php, libraries/opendocument.lib.php,
  749.       libraries/config.default.php, lang/*: Export to OASIS OpenDocument
  750.       Spreadsheet (RFE #1068007).
  751.     * lang/czech: Update.
  752.     * export.php, libraries/plugin_interface.lib.php, libraries/export/*:
  753.       Allow forcing of export to file, it makes no sense to display PDF in
  754.       textarea ;-).
  755.     * libraries/display_export.lib.php: Reinclude table selection (bug
  756.       #1477226).
  757.     * libraries/auth/cookie.auth.lib.php: Remove unused function.
  758.     * libraries/auth/cookie.auth.lib.php, Documentation.html,
  759.       libraries/config.default.php: Allow configuration of cookie storage on
  760.       client (RFE #1095227).
  761.     * server_privileges.php, lang/*: Create database for newly created user
  762.       (RFE #479640).
  763.  
  764. 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  765.     * themes/*:
  766.       updated themes;
  767.       fixed bug #1452131 Fonts too large;
  768.       fixed bug #1446211 Colors hardcoded in theme css files;
  769.     * libraries/Theme_Manager.class.php: search themes on every script start
  770.     * libraries/Theme_Manager.class.php, libraries/Theme.class.php:
  771.       use fallback (original) css file if not found in current theme
  772.       (no need to include unchanged files into theme, f. e. print.css)
  773.  
  774. 2006-04-25 Michal ─îiha┼Ö  <michal@cihar.com>
  775.     * libraries/common.lib.php: Make cookie login form work with token
  776.       protection.
  777.     * libraries/auth/cookie.auth.lib.php: Do not include empty values.
  778.     * changelog.php: Generate proper XHTML, make URLs clickable.
  779.  
  780. 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  781.     * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
  782.       css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
  783.       server_binlog.php, server_variables.php, tbl_change.php,
  784.       transformation_overview.php:
  785.       style upgrade
  786.     * changelog.php: replaced php short open tag
  787.  
  788. 2006-04-24 Michal ─îiha┼Ö  <michal@cihar.com>
  789.     * main.php: Fix logout link (bug #1474694).
  790.  
  791. 2006-04-21 Michal ─îiha┼Ö  <michal@cihar.com>
  792.     * libraries/import/csv.php: Fix importing files without trailing new line
  793.       (bug #1473944).
  794.     * Documentation.html: Document problems with PMA_blowfish on clusters of
  795.       different architectures (bug #1470912).
  796.     * Documentation.html: Document LoginCookieValidity (bug #1473357).
  797.  
  798. 2006-04-20 Michal ─îiha┼Ö  <michal@cihar.com>
  799.     * index.php: Check target against goto_whitelist.
  800.     * libraries/url_generating.lib.php, libraries/session.inc.php,
  801.       libraries/common.lib.php: Protect against external links which could
  802.       perform any action (CVE-2006-1804).
  803.     * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
  804.       email links, link releases to tags in CVS.
  805.  
  806. 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  807.     * server_databases.php: need brackets for correct calculation of page
  808.  
  809. 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  810.     * server_databases.php, libraries/database_interface.lib.php:
  811.       disable table stats for MySQL 5 by default
  812.     * server_databases.php:
  813.       use new functionality of PMA_DBI_get_databases_full() to limit display
  814.     * libraries/database_interface.lib.php:
  815.        - extended PMA_DBI_get_databases_full() to allow limiting and sorting
  816.        - added new function PMA_DBI_get_databases_count()
  817.     * libraries/config.default.php:
  818.       added new paramter to limit maximum displayed databases
  819.     * sql.php:
  820.        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
  821.        - re-use already existing code
  822.     * changelog.php:
  823.       link also js, html, pl, and sh files, FAQ entries
  824.       and contributors to their sf.net user page, smaller regex fixes
  825.  
  826. 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  827.     * export.php: bug #1443004 part 2: export views after the tables
  828.  
  829. 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
  830.     * export.php: bug #1443004 part 1: do not generate INSERT statements
  831.       for an exported VIEW
  832.  
  833. 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  834.     * css/phpmyadmin.css.php:
  835.       fixed bug #1446017 red border in outdated themes
  836.     * libraries/common.lib.php:
  837.        - added option to PMA_arrayWalkRecursive() to use function also on keys
  838.        - un-magic_quotes_gpc also keys in GPC arrays
  839.     * libraries/db_table_exists.lib.php:
  840.       cleanup - what a mess; fixed several undefined variables
  841.     * tbl_printview.php:
  842.       fixed undefined variable by including libraries/tbl_properties_common.php
  843.     * changelog.php:
  844.       link users, files, bugs, rfes and patches
  845.     * libraries/footer.inc.php:
  846.       fixed bug #1454874 Javascript error in new (not framed) print window
  847.     * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
  848.       themes/darkblue_orange/css/theme_right.css.php,
  849.       themes/original/css/theme_right.css.php:
  850.       fixed bug #1444466 theme directory not being processed correctly
  851.     * libraries/common.lib.php, libraries/Theme_Manager.class.php:
  852.       fixed bug #1469174 configuration changes not accepted in theme manager
  853.     * libraries/Theme_Manager.class.php:
  854.       fixed bug #1469120 missing property in Theme_Manager class
  855.     * libraries/common.lib.php:
  856.       fixed bug #1469109 PMA_backquote() issues
  857.  
  858. 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  859.     * Documentation.html: clarification about config.default.php
  860.  
  861. 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  862.     * tbl_relation.php:
  863.       fixed bug #1459418 Add foreign key fail on column with ' in name
  864.     * index.php, libraries/auth/cookie.auth.lib.php,
  865.       libraries/auth/http.auth.lib.php, libraries/common.lib.php,
  866.       libraries/footer.inc.php, libraries/fpdf/fpdf.php,
  867.       libraries/grab_globals.lib.php, libraries/header.inc.php,
  868.       libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
  869.       libraries/Config.class.php:
  870.       use PMA_getenv()
  871.     * libraries/Config.class.php:
  872.       fixed not initilized variable in getCookiePath();
  873.     * libraries/common.lib.php:
  874.       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
  875.  
  876. 2006-04-11 Michal ─îiha┼Ö  <michal@cihar.com>
  877.     * lang/galician: Fix missing ; (bug #1468439).
  878.     * libraries/Config.class.php: Fix parsing of paths containing : (patch
  879.       #1461766).
  880.  
  881. 2006-04-10 Michal ─îiha┼Ö  <michal@cihar.com>
  882.     * libraries/Config.class.php: Check also default config mtime (bug
  883.       #1467620).
  884.     * libraries/Config.class.php: Better check for server system (patch
  885.       #1462738).
  886.     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
  887.  
  888. 2006-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  889.     * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
  890.       detect and report silent truncation (mysqli only)
  891.  
  892. 2006-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  893.     * libraries/display_import.lib.php, lang/*: bug #1449793,
  894.       respect file_uploads = Off
  895.  
  896. 2006-04-07 Michal ─îiha┼Ö  <michal@cihar.com>
  897.     * scripts/setup.php: Parse correctly new version numbers.
  898.  
  899. 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  900.     ### 2.8.0.3 released from branch MAINT_2_8_0
  901.     * themes/*/css/theme_left.css.php, /theme_right.css.php:
  902.       protection from unplanned execution path
  903.  
  904. 2006-03-28 Marc Delisle  <lem9@users.sourceforge.net>
  905.     * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
  906.       copy a db containing a VIEW
  907.  
  908. 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  909.     * sql.php: bug #1448890 Column expander doesn't work
  910.     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
  911.     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
  912.  
  913. 2006-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  914.     * db_operations.php, libraries/Table.class.php,
  915.       libraries/display_export.lib.php libraries/export/sql.php:
  916.       bug #1401864, DROP VIEW instead of DROP TABLE
  917.  
  918. 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  919.     * db_operations.php, tbl_properties_operations.php,
  920.       libraries/display_export.lib.php, lang/*: start work for bug #1401864,
  921.       generation of DROP VIEW statements where appropriate
  922.  
  923. 2006-03-23 Michal ─îiha┼Ö  <michal@cihar.com>
  924.     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
  925.  
  926. 2006-03-23 Alexander M. Turek  <me@derrabus.de>
  927.     * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
  928.       German MySQL manual.
  929.  
  930. 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  931.     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
  932.     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
  933.       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
  934.  
  935. 2006-03-22 Alexander M. Turek  <me@derrabus.de>
  936.     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
  937.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  938.  
  939. 2006-03-21 Alexander M. Turek  <me@derrabus.de>
  940.     * libraries/german-*.inc.php:
  941.       - Reviewed recently translated strings;
  942.       - updated some untranslated messages.
  943.  
  944. 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  945.     * server_privileges.php:  bug #1427707 Priv->user->pass radio buttons
  946.       unselectable: Sebastian's fix was not in HEAD
  947.     * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
  948.       error on overview Table.class.php
  949.  
  950. 2006-03-20 Alexander M. Turek  <me@derrabus.de>
  951.     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
  952.  
  953. 2006-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  954.     * db_details_structure.php: bug #1445853, overhead should use the
  955.       same display units
  956.     * lang/english*, /french*: use IEC binary units; use "B" for Bytes
  957.       and "o" for "Octets" in French
  958.     * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
  959.  
  960. 2006-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  961.     * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
  962.       is not defined (using an older config.inc.php), an error is displayed
  963.       when login fails
  964.  
  965. 2006-03-17 Michal ─îiha┼Ö  <michal@cihar.com>
  966.     * scripts/setup.php: Allow empty socket (bug #1452142).
  967.  
  968. 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  969.     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
  970.     * libraries/Theme_Manager.class.php: XSS vulnerability
  971.     * libraries/common.lib.php: bug #1392554, turn off
  972.        zend.ze1_compatibility_mode due to mysqli problems
  973.     ### 2.8.0.2 released from branch MAINT_2_8_0
  974.  
  975. 2006-03-16 Michal ─îiha┼Ö  <michal@cihar.com>
  976.     * libraries/select_server.lib.php: Move end of fieldset to correct place
  977.       after button (patch #1450559).
  978.     * libraries/plugin_interface.lib.php: Add support for hidden inputs.
  979.     * libraries/common.lib.php: Do not forget wrongly configured servers,
  980.       otherwise user gets warning only on first access (RFE #1451521).
  981.     * libraries/auth/config.auth.lib.php: Show possible error messages.
  982.     * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
  983.       config errors even with no error reporting (RFE #1447173).
  984.     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
  985.  
  986. 2006-03-15 Michal ─îiha┼Ö  <michal@cihar.com>
  987.     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
  988.  
  989. 2006-03-14 Michal ─îiha┼Ö  <michal@cihar.com>
  990.     * lang/czech: Update, use binary prefixes.
  991.     * lang/english: Nothing to translate here.
  992.     * scripts/setup.php: Fix config loading (bug #1449821).
  993.  
  994. 2006-03-14 Alexander M. Turek  <me@derrabus.de>
  995.     * lang/german-*.inc.php: Use correct binary prefixes for byte units.
  996.  
  997. 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
  998.     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
  999.     * server_privileges.php: compatibility with MySQL < 4.0.2
  1000.     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
  1001.  
  1002. 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  1003.     * libraries/Config.class.php, /common.lib.php: bug #1445120,
  1004.       cookie login not working on IIS
  1005.  
  1006. 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  1007.     * libraries/display_tbl.lib.php: reactivate in-line image display
  1008.     * transformation_wrapper.php: bug #1444121, octetstream download fails
  1009.       on versions of PHP accepting only one line per header,
  1010.       thanks to Ryan Schmidt
  1011.  
  1012. 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  1013.     * libraries/database_interface.lib.php, tbl_create.php,
  1014.       tbl_properties_operations.php: bug #1444892, TYPE deprecated in
  1015.       MySQL 5.1
  1016.     ### 2.8.0.1 released from branch MAINT_2_8_0
  1017.  
  1018. 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  1019.     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
  1020.       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
  1021.  
  1022. 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  1023.     * main.php: bug #1443337, homepage link
  1024.     ### 2.8.0 released from branch MAINT_2_8_0
  1025.  
  1026. 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1027.     * libraries/Config.class.php, libraries/select_lang.lib.php,
  1028.       libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
  1029.       libraries/common.lib.php, libraries/header.inc.php,
  1030.       libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
  1031.       libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
  1032.       replaced $_SERVER and $_ENV with getenv()
  1033.       PMA should now work without registered $_ENV and $_SERVER variables
  1034.  
  1035. 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  1036.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1037.     * import.php, libraries/common.lib.php: bug #1413880, page status not
  1038.       preserved on Refresh
  1039.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  1040.  
  1041. 2006-03-03 Michal ─îiha┼Ö  <michal@cihar.com>
  1042.     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
  1043.  
  1044. 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  1045.     * libraries/session.inc.php and removed .htaccess:
  1046.       bug #1411996: now we destroy an auto-started session
  1047.     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
  1048.  
  1049. 2006-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  1050.     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
  1051.       #1440926).
  1052.     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
  1053.       Allow to configure how often space is added (RFE #1440384).
  1054.  
  1055. 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  1056.     * libraries/relation.lib.php: bug #1437754, search combos default to
  1057.       key zero
  1058.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1059.  
  1060. 2006-02-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1061.     * libraries/config.default.php, libraries/header.inc.php,
  1062.       Documentation.html: More replacements for page title (RFE #1408241).
  1063.     * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
  1064.  
  1065. 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  1066.     * libraries/Config.class.php: bug #1418769 part 1: stat failed for
  1067.       ./config.inc.php (under PHP 4)
  1068.     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
  1069.  
  1070. 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  1071.     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
  1072.     * .htaccess: added a reference to FAQ 1.36
  1073.  
  1074. 2006-02-22 Michal ─îiha┼Ö  <michal@cihar.com>
  1075.     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
  1076.       Fixes for AIX wrapper, thanks to Bj├╢rn Wiberg - bwiberg.
  1077.     * libraries/database_interface.lib.php: New function for getting available
  1078.       SQL compatibility modes.
  1079.     * libraries/plugin_interface.lib.php: Add support for select options and
  1080.       documentation.
  1081.     * libraries/display_export.lib.php: Use new function for SQL compatibility
  1082.       modes.
  1083.     * libraries/import/sql.php, lang/*, libraries/config.default.php:
  1084.       Possibility to select SQL compatibility on import (RFE #1386132).
  1085.     * main.php, lang/*: Better message for reloading privileges (RFE
  1086.       #1420556).
  1087.     * Documentation.html, libraries/config.default.php,
  1088.       libraries/header.inc.php: Customizable window title (RFE #1408241).
  1089.     * main.php, libraries/server_links.inc.php, lang/*: Same title for
  1090.       processes link (RFE #1350356).
  1091.     * lang/*: Remove unused strTableType, resorted, added missing strings to
  1092.       various translations (timespanfmt was most often missing).
  1093.     * lang/czech: Update.
  1094.     * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
  1095.       export, move operation above query results into one fieldset (bug
  1096.       #1431420).
  1097.     * tbl_properties_operations.php: Enable optimize for InnoDB (bug
  1098.       #1415975).
  1099.     * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
  1100.       thanks to Patrick MONNERAT - monnerat).
  1101.     * Documentation.html, libraries/config.default.php,
  1102.       libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
  1103.       to use external authentication and use empty MySQL passwords (path
  1104.       #1388210, thanks to Patrick MONNERAT - monnerat).
  1105.     * .cvsignore: Do not ignore .htaccess.
  1106.  
  1107. 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1108.     * libraries/footer.inc.php:
  1109.       bug #1436279 Left frame links open in new windows in Safari
  1110.     * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
  1111.       added icon for new window
  1112.     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
  1113.     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
  1114.       added workaround for bug #1436171 Cannot display Capitalised Databases
  1115.     * js/querywindow.js: fixed 'mad' db slector
  1116.  
  1117. 2006-02-21 Michal ─îiha┼Ö  <michal@cihar.com>
  1118.     * scripts/setup.php:
  1119.         - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
  1120.         - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
  1121.     * libraries/export/sql.php: New line before values (RFE #1435919).
  1122.     * libraries/Config.class.php: Trim spaces from config file to avoid
  1123.       unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
  1124.       piotr_skowronek).
  1125.     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
  1126.       libraries/database_interface.lib.php: Compatibility with iconv charset
  1127.       names on AIX (patch #1420704, thanks to Bj├╢rn Wiberg - bwiberg).
  1128.     * libraries/import.lib.php: Skip byte order marks (bug #1423362).
  1129.  
  1130. 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1131.     * libraries/common.lib.php PMA_getUvaCondition():
  1132.       do not test for isset but strlen on orgname of table
  1133.     * libraries/Table.class.php: *NEW* class PMA_Table
  1134.     * tbl_addfield.php, tbl_create.php:
  1135.       use Table.class.php
  1136.     * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
  1137.       libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
  1138.       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
  1139.       libraries/get_foreign.lib.php, libraries/relation.lib.php:
  1140.       moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
  1141.       PMA_generateAlterTable() into class PMA_Table
  1142.     * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
  1143.       libraries/Table.class.php, libraries/tbl_move_copy.php:
  1144.       merged libraries/tbl_move_copy.php in class PMA_Table
  1145.     * libraries/Table.class.php:
  1146.       minor fixes and improvements, formating, documentation
  1147.     * libraries/relation.lib.php:
  1148.       check if $cfg['Server']['pmadb'] really exists and is selectable,
  1149.       minor tweaks and formating
  1150.     * libraries/common.lib.php PMA_getUvaCondition():
  1151.       fixed bug #1436058 Notices while browsing table
  1152.     * tbl_properties_operations.php, libraries/Table.class.php:
  1153.       make use of PMA_Table object for renaming tables
  1154.       (added also some required functionality to PMA_Table class)
  1155.  
  1156. 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
  1157.     ### 2.8.0-rc1 released from QA_2_8 branch
  1158.  
  1159. 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1160.     * libraries/dbi/mysqli.dbi.lib.php:
  1161.       - fixed undefined MYSQLI_BINARY_FLAG constant
  1162.       - documentation
  1163.     * server_status.php:
  1164.       - RFE #1434196 More significant digits in /status
  1165.       - replaced number_format() with PMA_formatNumber()
  1166.       - coding standards
  1167.     * js/querywindow.js, css/phpmyadmin.css.php:
  1168.       - RFE #1433382 visulal feat. request for left bar
  1169.     * sql.php:
  1170.       - fixed bug #1431422 Safari: Print view prints blank page
  1171.  
  1172. 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
  1173.     * libraries/common.lib.php: re-establish previous error reporting mode
  1174.     * sql.php: bug #1434576, undefined variable $db
  1175.     * libraries/storage_engines.lib.php: bug #1434578, missing argument
  1176.       for __construct()
  1177.     * Documentation.html: bug #1433633, document consequences of having
  1178.       a .htaccess file, thanks to Isaac Bennetch
  1179.  
  1180. 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1181.     * libraries/common.lib.php PMA_getUvaCondition():
  1182.        - fixed missing $analyzed_sql (partly bug #1431615)
  1183.        - added table names to column names (partly bug #1431615)
  1184.        - simplified search for alias
  1185.     * libraries/dbi/mysqli.dbi.lib.php:
  1186.       - make use of MYSQLI_* constants
  1187.       - added column types newdecimal and bit
  1188.  
  1189. 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  1190.     * tbl_change.php: bug #1415465, undefined $sql_query
  1191.     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
  1192.  
  1193. 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1194.     * libraries/sql_query_form.lib.php:
  1195.       fixed bug #1433882 html special chars not escaped in query in querybox
  1196.  
  1197. 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  1198.     * lang/*, db_details_structure.php:
  1199.       bug #1431352, no %d in strViewMaxExactCount
  1200.     * db_details_structure.php: bug #1431340, rowcount for views and
  1201.       unneeded $strViewMaxExactCount
  1202.     * libraries/common.lib.php: array to string conversion
  1203.     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
  1204.       when browsing
  1205.  
  1206. 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1207.     * docs.css, Documentation.html, translators.html:
  1208.       - XHTML 1.1, more semantic, formating
  1209.       - added glossar
  1210.       - linked all references
  1211.     * libraries/common.lib.php:
  1212.       - fixed bug #1432626 'bad url error after select "(Databases)..."'
  1213.     * libraries/select_server.lib.php:
  1214.       - fixed pre-select for current server (fixed type missmatch)
  1215.       - do not autosubmit on '(Server) ...'
  1216.     * css/print.css: fixed bug #1419696 'print css results in blank table output'
  1217.     * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
  1218.       fixed/cleaned printer output
  1219.     * libraries/footer.inc.php: do not print selflink
  1220.  
  1221. 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  1222.     * lang/italian: update, thanks to Luca Rebellato
  1223.     * lang/german: remove duplicates
  1224.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  1225.     * lang/finnish: update, thanks to Jouni Kahkonen
  1226.  
  1227. 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
  1228.     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
  1229.  
  1230. 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  1231.     * Documentation.html: XHTML error, thanks to C├⌐dric Corazza
  1232.     * Documentation.html: remove experimental status for MySQL 4.1 support
  1233.  
  1234. 2006-02-14 Alexander M. Turek  <me@derrabus.de>
  1235.     * lang/german-*.inc.php: Updates.
  1236.  
  1237. 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1238.     * db_details_structure.php, tbl_properties_structure.php:
  1239.       - fixed bug #1420474 'Consistency (order of truncate/drop)'
  1240.       - some PEAR coding standard
  1241.  
  1242. 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  1243.     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
  1244.       a stored procedure, thanks to JTC - jcqns
  1245.  
  1246. 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1247.     * libraries/common.lib.php:
  1248.       - fixed bug #1416848 'Insert new row from Browse page'
  1249.     * libraries/common.lib.php:
  1250.       - fixed bug #1409893 - links in navigation frame opens new window
  1251.     * libraries/select_server.lib.php:
  1252.       - fixed bug #1425688 'Server Select quirk'
  1253.       - valid XHTML 1.0
  1254.       - code readability
  1255.     * server_privileges.php:
  1256.       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
  1257.  
  1258. 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  1259.     * lang/english and hebrew: bug #1429769, typo
  1260.     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
  1261.       choice should be sticky
  1262.  
  1263. 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  1264.     * .htaccess added to main directory for bug #1411996; at least on
  1265.       servers supporting .htaccess we can run even if session.auto_start
  1266.       is enabled
  1267.     * lang/belarusian updates, thanks to Jaska Zedlik
  1268.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1269.  
  1270. 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1271.     * libararies/session.inc.php:
  1272.       stop execution and ommit warning on session.auto_start enabled
  1273.  
  1274. 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  1275.     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
  1276.       db drop from Databases link in main page
  1277.  
  1278. 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  1279.     * libraries/Config.class.php: leave the possibility of having a
  1280.       backslash in the path on non-Windows system, thanks to Michal;
  1281.       and bug #1418769, part 2: missing argument (PHP 4 constructor)
  1282.  
  1283. 2006-02-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1284.     * scripts/setup.php: Fix typos (bug #1424923).
  1285.  
  1286. 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1287.     * libraries/mult_submits.inc.php, server_databases.php: array to string
  1288.       conversion (sorry to late :-( ), use of $_REQUEST
  1289.     * sql.php: fixed some 'not refreshing left frame'
  1290.     * import.php: refresh left frame also on multiqueries and bookmarks
  1291.     * libraries/common.lib.php:
  1292.        - fixed bug #1416848 'Insert new row from Browse page'
  1293.        - PMA_checkPageValidity() [bug #1416848]
  1294.        - added PMA_getIcon()
  1295.        - PMA_getDbLink(): unescape names
  1296.     * scripts/setup.php:
  1297.       fixed bug #1424274 'Found a problem in the setup script'
  1298.       (ShowPHPInfo -> ShowPhpInfo)
  1299.  
  1300. 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  1301.     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
  1302.       Windows, thanks to Alex - nixniemand
  1303.     * libraries/mult_submits.inc.php, server_databases.php: array to string
  1304.       conversion
  1305.     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
  1306.       tbl_change.php: bug #1415465, undefined $sql_query
  1307.  
  1308. 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
  1309.     * db_details_structure.php: bug #1412058, damaged table reporting
  1310.     * import.php: bug #1418382, CSV import does not work
  1311.  
  1312. 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  1313.     * libraries/common.lib.php: bug #1418145, missing global,
  1314.           thanks to Bananeweizen
  1315.  
  1316. 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  1317.     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
  1318.     * lang/polish: updates, thanks to Jakub Wilk - ubanus
  1319.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1320.     * lang/italian: update, thanks to Luca Rebellato
  1321.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  1322.     * db_details_structure.php: bug #1396998, notice for view row count
  1323.       in table list
  1324.     * libraries/session.inc.php: bug #1414628, session.save_handler might
  1325.       be set to something different than "files". Thanks to Nicola Asuni
  1326.     ### 2.8.0-beta1 released
  1327.  
  1328. 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  1329.     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
  1330.     count for views, work in progress
  1331.  
  1332. 2006-01-26 Michal ─îiha┼Ö  <michal@cihar.com>
  1333.     * lang/czech: Translation update.
  1334.  
  1335. 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  1336.    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
  1337.      to centralise into it the VIEW detection logic
  1338.    * sql.php: affected rows are returned in case of DELETE with no WHERE
  1339.      clause, at least since MySQL 4.0.x, so no need to pre-count
  1340.  
  1341. 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1342.     * server_status.php:
  1343.       fixed bug: high ascii char in preg_match
  1344.     * lang/german-*: update
  1345.  
  1346. 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  1347.     * lang/*: strViewMaxExactCount for the VIEW row count detection
  1348.       I'm working on...
  1349.  
  1350. 2006-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1351.     * lang/czech: Translation update.
  1352.  
  1353. 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  1354.     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
  1355.       contained in an array
  1356.  
  1357. 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1358.     * tbl_printview.php: typo
  1359.  
  1360. 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  1361.     * export.php: bug #1410078, error exporting query ending with semicolon,
  1362.       thanks to Ryan Schmidt
  1363.  
  1364. 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  1365.     * main.php: already defined constant
  1366.     * libraries/display_create_table.lib.php: bug #1376314, I remove
  1367.       the check to detect the privilege to create a table (see comments
  1368.       in the code)
  1369.  
  1370. 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1371.     * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
  1372.       libraries/export/htmlword.php, libraries/export/latex.php,
  1373.       libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
  1374.       libraries/transformations.lib.php,
  1375.       libraries/transformations/text_plain__external.inc.php:
  1376.       fixed bug #1409972 PHP 5.1.2 compatibility
  1377.     * libraries/url_generating.lib.php:
  1378.       fixed bug: undefined index server ($GLOBALS['server'])
  1379.  
  1380. 2006-01-18 Michal ─îiha┼Ö  <michal@cihar.com>
  1381.     * Documentation.html: Add info about Apache CGI and http auth (patch
  1382.       #1375495).
  1383.  
  1384. 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1385.     * libraries/database_interface.lib.php:
  1386.       fixed bug: undefined index with empty database in db structure view
  1387.     * libraries/display_import.lib.php:
  1388.       fixed bug: display issues with Opera (and Safari?)
  1389.     * libraries/plugin_interface.lib.php:
  1390.       - fixed bug: display issues with Opera (and Safari?)
  1391.       - added source documentation
  1392.       - PEAR coding standard
  1393.       - clarified some variable names
  1394.     * db_sarch.php:
  1395.       fixed bug: Undefined variable: num_tables
  1396.     * [really much files]: (not complete) PEAR coding standard
  1397.  
  1398. 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  1399.     * server_privileges.php: typo
  1400.     * libraries/check_user_privileges.lib.php: bug #1406499,
  1401.       a username containing an hyphen could not create a db under
  1402.       MySQL 4.0.x, thanks to "timeout-"
  1403.     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
  1404.       thanks to Sebastian Mendel
  1405.  
  1406. 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1407.     * libraries/sql_query_form.lib.php: undefined js variable
  1408.     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
  1409.       now also accepts an array of database names not only a single name
  1410.     * libraries/common.lib.php: PMA_getTableList():
  1411.       added second parameter to pass tables (if already fetched from db)
  1412.     * left.php: make use of new functionality in PMA_getTableList() and
  1413.       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
  1414.     * libraries/common.lib.php:
  1415.       removed aditional check for table row count for left frame tree
  1416.       (bug #1397061 Left frame not loaded correct on MySQL error)
  1417.     * libraries/common.lib.php, left.php:
  1418.       bug #1392924 undefined index: tab_count
  1419.     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
  1420.       themes/*/css/theme_right.css.php:
  1421.       'fixed' layout of export screen for buggy safari and opera
  1422.     * db_operations.php, export.php, index.php, left.php,
  1423.       libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
  1424.       libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
  1425.       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
  1426.       libraries/export/sql.php, libraries/footer.inc.php,
  1427.       libraries/header.inc.php, libraries/left_header.inc.php,
  1428.       libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
  1429.       libraries/relation.lib.php, libraries/server_common.inc.php,
  1430.       libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
  1431.       libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
  1432.       libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
  1433.       server_databases.php, server_privileges.php, server_processlist.php,
  1434.       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
  1435.       tbl_indexes.php, tbl_replace.php:
  1436.       allow 0 as name for database, table collumn, alias and index
  1437.  
  1438. 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  1439.     * Documentation.html: typo, thanks to C├⌐dric Corazza
  1440.     * libraries/common.lib.php: remove high-ascii characters, and an
  1441.       assignment syntax that does not work on PHP 5.1.2
  1442.     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
  1443.  
  1444. 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  1445.     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
  1446.  
  1447. 2006-01-11 Michal ─îiha┼Ö  <michal@cihar.com>
  1448.     * main.php: Do not fail if no server is defined.
  1449.     * main.php, libraries/left_header.inc.php,
  1450.       libraries/select_server.lib.php: Show server selection if no server set
  1451.       and we have one server configuration (bug #1399880).
  1452.     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
  1453.       #1402270).
  1454.  
  1455. 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  1456.     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
  1457.       semi-colon, generates a SHOW KEYS FROM no table name
  1458.  
  1459. 2006-01-09 Michal ─îiha┼Ö  <michal@cihar.com>
  1460.     * import.php: Work on 10MB chunks if no memory limit is set (bug
  1461.       #1399477).
  1462.  
  1463. 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  1464.     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
  1465.       thanks to Ryan Schmidt
  1466.     * libraries/common.lib.php: bug #1397749, Safari: space before
  1467.       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
  1468.     * server_privileges.php: bug #1398018, Safari fieldset float issue in
  1469.       privileges screens, thanks to Ryan Schmidt
  1470.     * libraries/Config.class.php: bug #1398931, incorrect detection of
  1471.       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
  1472.  
  1473. 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  1474.     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
  1475.       columns as Null Yes
  1476.     * pdf_schema.php: display PDF schema did not work (missing dot)
  1477.  
  1478. 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
  1479.     * server_privileges.php: since we use DROP USER, some options to
  1480.       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
  1481.       so I remove them from the dialog. Thanks to Ken Stanley for
  1482.       the bug report.
  1483.     * server_status.php: patch #1395031, not proper URL encoding,
  1484.       adapted from proposed solution by Matt LaPlante, thanks
  1485.  
  1486. 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  1487.     * libraries/display_create_table.lib.php: bug #1389868,
  1488.       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
  1489.  
  1490. 2006-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  1491.     * libraries/Config.class.php: Do not check permissions on Windows, it
  1492.       seems to be broken anyway.
  1493.  
  1494. 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
  1495.     * libraries/transformations.lib.php: remove some PHP3 compatibility code
  1496.  
  1497. 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
  1498.     * libraries/common.lib.php: bug #1388167, deleting a row in a table
  1499.       without a primary key, handle correctly is_js_confirmed
  1500.  
  1501. 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  1502.     * server_databases.php: bug #1388135, IE and dropping databases
  1503.     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
  1504.     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
  1505.       (MySQL 5.x)
  1506.     * libraries/Config.class.php: patch #1392181, typo,
  1507.       thanks to Luis Mirabal - normannormal
  1508.  
  1509. 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
  1510.     * main.php, libraries/check_user_privileges.lib.php:
  1511.       - reenable a non-privileged user to change his password
  1512.       - display the Reload MySQL link only if user has proper rights
  1513.     * Documentation.html: bug #1389582, unclosed code tag,
  1514.       thanks to Isaac Bennetch
  1515.  
  1516. 2005-12-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1517.     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
  1518.       dumps with commented out commands (eg. from mysqldump).
  1519.  
  1520. 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
  1521.     * tbl_change.php, libraries/common.lib.php: bug #1381856,
  1522.       Cannot edit a table having 40 columns
  1523.     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
  1524.       to PMA_setCookie, thanks to Isaac Bennetch
  1525.     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
  1526.       cannot change a value for a nullable field
  1527.  
  1528. 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  1529.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  1530.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  1531.     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
  1532.       bug #1349262, mismatch between PMA and MySQL about Storage Engine
  1533.       and table type
  1534.     * server_status.php, lang/*: bug #1348249, add a warning hint about
  1535.       the possibility of some counters being overrun (stats from MySQL server)
  1536.  
  1537. 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
  1538.     * libraries/common.lib.php: does not return to correct page after
  1539.       the creation of a bookmark
  1540.     * libraries/display_create_table.lib.php: bug #1376314, detection of
  1541.       privileges to create a table (fix for MySQL 4.0.x case)
  1542.     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
  1543.       bug #1385974, cannot un-null a value
  1544.  
  1545. 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1546.     * db_details_importdocsql.php, db_operations.php,
  1547.       libraries/relation.lib.php, libraries/relation_cleanup.lib.php
  1548.       libraries/tbl_move_copy.php, libraries/transformations.lib.php
  1549.       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
  1550.       added database name to relation querys
  1551.  
  1552. 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  1553.     * libraries/url_generating.lib.php: problem with accented table names
  1554.  
  1555. 2005-12-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1556.     * Documentation.html, libraries/common.lib.php,
  1557.       libraries/config.default.php, libraries/database_interface.lib.php: Add
  1558.       support for hiding databases (RFE #1372865).
  1559.     * Documentation.html, export.php, import.php,
  1560.       libraries/config.default.php: Configurable memory limit (RFE #1373904).
  1561.  
  1562. 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1563.     * libraries/Config.class.php:
  1564.       - added check is_readable for user config file
  1565.       - check config file also on wakeup (bug #1376522)
  1566.     * libraries/Config.class.php, libraries/common.lib.php:
  1567.       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
  1568.     * left.php, js/function.js: fixed undeclared javascript variables
  1569.     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
  1570.  
  1571. 2005-12-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1572.     * libraries/config.default.php, Documentation.html: Transliterate invalid
  1573.       chars by default (RFE #1380255).
  1574.     * left.php: Resurrect database link in light frame (bug #1373804).
  1575.     * index.php, js/querywindow.js: Move navigation frame to right for rtl
  1576.       languages.
  1577.  
  1578. 2005-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1579.     * querywindow.php: Fix query history displaying (bug #1374639).
  1580.  
  1581. 2005-12-12 Michal ─îiha┼Ö  <michal@cihar.com>
  1582.     * scripts/setup.php: Use same format of version file as in upgrade.pl.
  1583.  
  1584. 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1585.     * libraries/common.inc.php, libraries/grab_globals.inc.php:
  1586.       preprare removal of grab_globals:
  1587.        - moved stuff from grab_globals into common.inc.php
  1588.        - check/init global required variables like: $lang, $server, $db, $table,
  1589.          $convcharset, $goto, $back, $sql_query
  1590.        - introduced $goto-whitelist
  1591.        - PEAR coding standard
  1592.     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
  1593.       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
  1594.       libraries/relation.lib.php, scripts/setup.php:
  1595.        - check magic_quotes only once in common.inc.php
  1596.     * css/phpmyadmin.css.php, tbl_properties_operations.php:
  1597.       styled table operations dialog
  1598.     * db_search.php: revised
  1599.     * libraries/common.inc.php: fixed high ascii char
  1600.  
  1601. 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  1602.     * libraries/tbl_properties_links.inc.php: bug #1375752,
  1603.       wrong page after insert (losing many URL parameters)
  1604.  
  1605. 2005-12-11 Michal ─îiha┼Ö  <michal@cihar.com>
  1606.     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
  1607.       as for setup.php, this one is autogenerated so there is no need for more
  1608.       manual steps.
  1609.     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
  1610.       Drop <base href=".." />, it should not be needed at all.
  1611.     * lang/czech: Update.
  1612.  
  1613. 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1614.     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
  1615.       - forgot debug code
  1616.       - correct result for non MySQL 5
  1617.  
  1618. 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  1619.     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
  1620.     * Documentation.html: anchors and formatting cleanup,
  1621.       thanks to C├⌐dric Corazza
  1622.     * libraries/relation.lib.php: bug #1370785, error browsing a table under
  1623.       PHP 4 when no controluser is defined but a pmadb is defined
  1624.  
  1625. 2005-12-09 Michal ─îiha┼Ö  <michal@cihar.com>
  1626.     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
  1627.       CGI (inspired by patch #1375495).
  1628.     * Documentation.html: Clarify http auth description.
  1629.     * scripts/setup.php: Show available version information even when using
  1630.       CVS version.
  1631.     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
  1632.  
  1633. 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1634.     * libraries/dbi:
  1635.       PMA_DBI_free_result() now accepts more than one resource to be freed
  1636.     * libraries/database_interface.lib.php:
  1637.       - some comments, PEAR coding standard
  1638.       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
  1639.       - added PMA_DBI_get_columns_full()
  1640.       - PMA_DBI_fetch_result() now accepts an array as $key parameter
  1641.         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
  1642.       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
  1643.  
  1644. 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  1645.     * scripts/setup.php: Typos
  1646.     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
  1647.  
  1648. 2005-12-08 Michal ─îiha┼Ö  <michal@cihar.com>
  1649.     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
  1650.       #1376391).
  1651.     * lang/czech: Fix typo.
  1652.     * tbl_select.php, libraries/display_tbl.lib.php,
  1653.       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
  1654.       server_privileges.php, server_binlog.php: Fix XHTML.
  1655.     * tbl_properties_export.php: Fix output before headers.
  1656.     * Documentation.html: Add commands how to setup config dir, note about
  1657.       changing permissions.
  1658.     * scripts/setup.php: Show Save and Load buttons disabled if saving not
  1659.       available.
  1660.     * libraries/Config.class.php: Refuse to load config file with world
  1661.       writable permissions, refuse to work with existing config dir.
  1662.     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
  1663.       if auth with default values fails.
  1664.     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
  1665.       array (bug #1370414).
  1666.     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
  1667.     * libraries/export/sql.php: Backquote database name (RFE#1376336).
  1668.     * libraries/plugin_interface.lib.php, import.php,
  1669.       libraries/display_import.lib.php, libraries/import/*: Generic plugin
  1670.       infrastructure and use it in import (needed for RFE#1325937), work in
  1671.       progress.
  1672.  
  1673. 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1674.     * libraries/tbl_move_copy.php: added PMA_table_rename()
  1675.     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
  1676.       moved table related output after possible table changes
  1677.     * libraries/tbl_properties_table_info.inc.php:
  1678.       added some comments and made some code more readable
  1679.     * tbl_properties_operations.php:
  1680.       complete revise (xhtml output, fieldsets, forms merged)
  1681.     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
  1682.     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
  1683.       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
  1684.     * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
  1685.       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
  1686.       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
  1687.       tbl_relation.php: moved tbl_properties_common.php into libraries
  1688.     * libraries/common.lib.php, libraries/tbl_properties_common.php,
  1689.       libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
  1690.       global init of $GLOBALS['url_params']
  1691.  
  1692. 2005-12-07 Michal ─îiha┼Ö  <michal@cihar.com>
  1693.     * lang/*: Unused messages cleanup, add missing ones.
  1694.     * lang/sync_lang.sh: Less verbose output to allow quick overview.
  1695.     * lang/czech: Update.
  1696.     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
  1697.  
  1698. 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1699.     * libraries/Config.class.php: clear old config values
  1700.     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
  1701.     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
  1702.       - PEAR coding standard
  1703.       - added comments
  1704.       - added more status variables
  1705.     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
  1706.       - added PMA_StorageEngine::getMysqlHelpPage()
  1707.     * server_engines.php:
  1708.       - display link to mysql manual for specific engine
  1709.     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
  1710.       arrange innodb buffer pool tables side by side
  1711.     * css/phpmyadmin.css.php, server_collations.php:
  1712.       - use style classes
  1713.       - PMA_NO_VARIABLES_IMPORT
  1714.     * server_variables.php:
  1715.       - use style classes
  1716.       - format numbers
  1717.       - display only global variables that differs from local/session
  1718.       - use PMA_DBI_fetch_result()
  1719.       - PMA_NO_VARIABLES_IMPORT
  1720.     * js/querywindows.js:
  1721.       - added setTable()
  1722.       - set empty table on db change (bug #1375387)
  1723.     * left.php: removed unsused javascript event
  1724.     * index.php, left.php, libraries/sql_query_form.lib.php:
  1725.       syncronize id and name attribute for frame tags but keep IE sending
  1726.       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
  1727.  
  1728. 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  1729.     * libraries/common.lib.php: bug #1374236, sorting order
  1730.     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
  1731.       login panel not propagated
  1732.  
  1733. 2005-12-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1734.     * libraries/config.default.php: Modify default export configuration (RFE
  1735.       #1373891).
  1736.     * libraries/database_interface.lib.php: Do not add BINARY types multiple
  1737.       times (bug #1374457).
  1738.     * libraries/common.lib.php, libraries/config.default.php: Variable name
  1739.       should be ForceSSL and not ForceSLL (bug #1374452).
  1740.  
  1741. 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1742.     * libraries/common.lib.php:
  1743.       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
  1744.       - PMA_getTab(): use $_SERVER['PHP_SELF']
  1745.     * libraries/display_import.lib.php: missing '/' for closing div tag
  1746.     * libraries/display_export.lib.php: no name attribute for sup tag
  1747.     * server_engines.php:
  1748.       - revised (style, code, xhtml output)
  1749.       - use variable name as title if title is empty
  1750.       - make use of PMA_formatNumber() for non byte numeric values
  1751.       - set PMA_NO_VARIABLES_IMPORT
  1752.     * libraries/storage_engines.lib.php: revised
  1753.       - added PHP 5 constructor
  1754.       - added comments
  1755.       - PEAR coding standard
  1756.     * libraries/engines/innodb.lib.php:
  1757.       - revised (style, code, xhtml output)
  1758.       - added more status variables
  1759.       - PEAR coding standard
  1760.       - make use of PMA_formatNumber()
  1761.       - added comments
  1762.     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
  1763.  
  1764. 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1765.     * libraries/common.lib.php: added PMA_array_merge_recursive()
  1766.     * libraries/Config.class.php:
  1767.       - make use of PMA_array_merge_recursive()
  1768.       - correctly reset config variables on changes in config.inc.php
  1769.     * sql.php: hide edit/delete links for information_schema (bug #1373201)
  1770.     * db_operations.php: revised (style, code, xhtml output)
  1771.  
  1772. 2005-12-05 Michal ─îiha┼Ö  <michal@cihar.com>
  1773.     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
  1774.     * export.php: Check for correct parameters.
  1775.     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
  1776.       Fix import of some CSV files (bug #1373731), provide better error
  1777.       messages.
  1778.     * lang/czech: Update.
  1779.     * import.php, libraries/display_import.lib.php: Fix import layout (bug
  1780.       #1370416), prefer recoding of strings over changing MySQL charset as in
  1781.       this case we can show resulting queries.
  1782.  
  1783. 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  1784.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  1785.     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
  1786.       before MySQL 4.0.17, and because "it does nothing" (cf manual)
  1787.       ### 2.7.0 released
  1788.  
  1789. 2005-12-04 Michal ─îiha┼Ö  <michal@cihar.com>
  1790.     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
  1791.       Marc!).
  1792.     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
  1793.     * lang/czech: Update.
  1794.  
  1795. 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
  1796.     * export.php, libraries/config.default.php, libraries/export/pdf.php,
  1797.       libraries/display_export.php, lang/*.php: experimental PDF export
  1798.  
  1799. 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1800.     * libraries/header.inc.php: missing ; for html entity,
  1801.       thanks to Matt "Cyber Dog"
  1802.     * tbl_properties_structure.php: fixed bdo tag and id names
  1803.       thanks to Matt "Cyber Dog"
  1804.     * libraries/tbl_indexes.lib.php: fixed missing quote
  1805.       thanks to Matt "Cyber Dog"
  1806.     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
  1807.       tbl_indexes.php: revised XHTML output
  1808.     * themes/original/css/theme_left|right_css.php: use $GLOBALS
  1809.  
  1810. 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1811.     * libraries/common.lib.php, Theme.class.php:
  1812.       missing '/' in img path (bug #1370437)
  1813.     * libraries/Config.class.php:
  1814.       no error for missing config file (bug #1370269)
  1815.     * libraries/session.inc.php: session cookie path (bug #1370294)
  1816.     * libraries/Theme_Manager.class.php: update theme list on wakeup
  1817.  
  1818. 2005-11-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1819.     * lang/*: Messages for Sebastian.
  1820.     * libraries/Config.class.php: Actually load configuration.
  1821.     * Documentation.html, config.default.php (deleted),
  1822.       libraries/Config.class.php, libraries/config.default.php: Move
  1823.       config.default.php to librarires (bug #1365759).
  1824.     * scripts/setup.php: Adapted to new Config class, fix code generation.
  1825.  
  1826. 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1827.     * libraries/Config.class.php:
  1828.       - merged code from common.inc.php and defines.lib.php
  1829.       - allow to load without user config
  1830.     * libraries/common.inc.php:
  1831.       - make use of new PMA_Config class
  1832.       - merged PMA_dl() from libraries/defines.lib.php
  1833.     * libraries/defines.lib.php: removed
  1834.     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
  1835.     * scripts/create-release.sh: removed references to defines.lib.php
  1836.  
  1837. 2005-11-29 Michal ─îiha┼Ö  <michal@cihar.com>
  1838.     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
  1839.       as last byte.
  1840.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1841.     * lang/czech: Update.
  1842.     * scripts/setup.php: Added check for latest version and links to homepage
  1843.       and donations page.
  1844.  
  1845. 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
  1846.     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
  1847.       bug #1367549, handling of CURRENT_TIMESTAMP
  1848.  
  1849. 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1850.     * libraries/common.lib.php
  1851.       - added PMA_setCookie() and PMA_removeCookie()
  1852.     * index.php, libraries/common.lib.php:
  1853.       - moved setting of cookies from index.php into common.lib.php
  1854.     * index.php
  1855.       - revised the parameter passing code
  1856.       - make use of new functionality of PMA_generate_common_url()
  1857.     * css/phpmyAdmin.css.php:
  1858.       - removed some unused deprecated elements
  1859.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  1860.       - added some functionality
  1861.       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
  1862.     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
  1863.       index.php, libraries/auth/config.auth.lib.php,
  1864.       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
  1865.       - make use of new PMA_Theme and PMA_Theme_Manager classes
  1866.       - remove libraries/select_theme.lib.php
  1867.     * libraries/Config.class.php:
  1868.       new class for handling config
  1869.  
  1870. 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
  1871.     * lang/italian: update, thanks to Luca Rebellato
  1872.  
  1873. 2005-11-28 Michal ─îiha┼Ö  <michal@cihar.com>
  1874.     * scripts/setup.php:
  1875.         - Don't allow loading of configuration if there is no write permission
  1876.           on config.
  1877.         - Add links to documentation.
  1878.         - Document all functions.
  1879.         - Warn about missing mbstring and old PHP version.
  1880.         - Display all warnings in one place.
  1881.     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
  1882.     * Documentation.html: Add anchors to configuration directives.
  1883.     * libraries/sqlparser.lib.php: Do not use functions not supported by older
  1884.       PHP (bug #1367782).
  1885.     * libraries/string.lib.php: This line should not be commented out.
  1886.  
  1887. 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1888.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  1889.       new classes for handling themes
  1890.     * libraries/select_lang.lib.php:
  1891.       - revised
  1892.       - added check for lang directory (./lang/)
  1893.       - check files for languages
  1894.       - use PMA_sendHeaderLocation()
  1895.     * libraries/common.lib.php: moved all function to top, to make this as
  1896.       early as possible available
  1897.  
  1898. 2005-11-27 Michal ─îiha┼Ö  <michal@cihar.com>
  1899.     * Documentation.html, scripts/setup.php: Many new features to setup
  1900.       script.
  1901.     * pdf_schema.php: Do not use right_font_family.
  1902.     * lang/czech: Update.
  1903.     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
  1904.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  1905.       Store HTML entities rather than relying on php functions to create them.
  1906.  
  1907. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1908.     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
  1909.     * libraries/common.lib.php, libraries/export/sql.php,
  1910.       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
  1911.       tbl_replace.php, tbl_row_action.php:
  1912.       define variables only where needed, and use NULL to define them
  1913.       if some places test only for isset and not for content
  1914.     * libraries/select_lang.lib.php:
  1915.       - fixed unchecked variables as it was originaly in my mind
  1916.       - added error message if requested lang could not be set
  1917.       - set fallback to en-utf-8
  1918.       - minore fixes
  1919.  
  1920. 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  1921.     * main.php: move server choice into MySQL container
  1922.     * libraries/select_server.lib.php: show currently selected server
  1923.     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
  1924.       does not exist)
  1925.  
  1926. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1927.     * libraries/url_generating.lib.php:
  1928.       - do not htmlentities on whole string
  1929.       - respect arg_separator.input from php.ini
  1930.     * libraries/common.lib.php:
  1931.       - make PMA_sendHeaderLocation() earlier available
  1932.       - add SID only if set
  1933.       - check for url params already exist or not (wether & . SID or ? . SID)
  1934.       - respect arg_separator.input from php.ini
  1935.     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
  1936.       and new functionality of PMA_generate_common_url()
  1937.     * themes/original: revised
  1938.     * themes/darkblue_orange: revised
  1939.  
  1940. 2005-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1941.     * Documentation.html, config.footer.inc.php(deleted),
  1942.       config.header.inc.php(deleted), libraries/common.lib.php,
  1943.       libraries/footer.inc.php, libraries/footer_custom.inc.php,
  1944.       libraries/header.inc.php, libraries/header_custom.inc.php,
  1945.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  1946.       Header and footer per themes (RFE #984152) [this part removed later],
  1947.       config.{header,footer}.inc.php files are now optional.
  1948.     * libraries/select_lang.lib.php: Fix undefined indexes.
  1949.     * */.cvsignore: Ignore custom headers and temporary files from Vim.
  1950.     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
  1951.       to Sebastian and Marc.
  1952.     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
  1953.     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
  1954.       #601016).
  1955.  
  1956. 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  1957.     * js/querywindow.js: bug #1365503, "do not overwrite this query"
  1958.  
  1959. 2005-11-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1960.     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
  1961.       XSS on some libraries (CVE-2005-3665).
  1962.     * *.php, libraries/*.php: Move scritps that don't need direct access to
  1963.       libraries folder.
  1964.     * Documentation.html: Up to date information about relation stuff.
  1965.     * tbl_query_box.php: Remove unused file.
  1966.     * libraries/tbl_properties.inc.php: Disable clicking events on table
  1967.       creation (bug #1358896).
  1968.     * js/functions.js: Better support for noclickable rows (see above).
  1969.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1970.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1971.     * lang/czech: Updated.
  1972.  
  1973. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1974.     * themes/original/*, css/phpmyadmin.css.php:
  1975.       - updated theme
  1976.       - added version, to include only needed styles
  1977.     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
  1978.       PMA_DBI_get_host_info()
  1979.     * main.php, css/phpmyadmin.css.php:
  1980.       - replaced table layout
  1981.       - added some more infos
  1982.     * themes/original/css/theme_left.cs..php: fixed font size
  1983.     * libraries/url_generating.lib.php:
  1984.       - dont add variables already in cookie (reduces html output up to 30%)
  1985.       - can pass all url variables as array to function
  1986.     * main.php, index.php: moved setting of cookies into index.php
  1987.     * libraries/select_lang.lib.php: made code more reliable
  1988.     * index.php: wrong check for safari
  1989.  
  1990. 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1991.     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
  1992.     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
  1993.       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
  1994.       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
  1995.       header_printview.inc.php, header_meta_style.inc.php, themes.php:
  1996.       - drop PMA_setFontSizes()
  1997.     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
  1998.       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
  1999.       libraries/auth/cookie.auth.lib.php, server_collations.php
  2000.       - moved styles into css
  2001.     * themes.php, css/phpmyadmin.css.php:
  2002.       - moved styles into css
  2003.       - no need for javascript
  2004.     * relation.lib.php: uninitialized variable
  2005.     * tbl_select.php, css/phpmyadmin.css.php:
  2006.       - moved styles into css
  2007.       - minor code improvements
  2008.  
  2009. 2005-11-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2010.     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
  2011.       Drop optional escaping as this should not have any real functionality.
  2012.     * libraries/import.lib.php: Do not overwrite error message from import in
  2013.       case of single SQL query is being executed.
  2014.     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
  2015.       DATA (bug #1363532).
  2016.     * lang/*: Remove unused messages.
  2017.     * main.php, libraries/display_select_lang.lib.php,
  2018.       libraries/auth/cookie.auth.lib.php: Common code for language selection
  2019.       form.
  2020.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  2021.       Show native names of languages (RFE #1342726).
  2022.     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
  2023.     * Documentation.html, config.default.php, libraries/common.lib.php:
  2024.       Configurable default connection collation (RFE #1025969).
  2025.     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
  2026.       fieldsets on login form (RFE #1364546), use notice box for cookie
  2027.       information.
  2028.     * libraries/display_select_lang.lib.php,
  2029.       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
  2030.     * main.php, libraries/left_header.inc.php,
  2031.       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
  2032.       Functionalised server selection and use it in cookie auth (RFE
  2033.       #1362727).
  2034.     * libraries/common.lib.php: Do not complain if config file is not present,
  2035.       as we can still work in this case (bug #1364647).
  2036.     * lang/*: Added missing $strInvalidServerHostname.
  2037.     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
  2038.     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
  2039.     * header.inc.php: Remove unused code.
  2040.     * Documentation.html, tbl_properties.inc.php,
  2041.       transformation_overview.php, libraries/transformations/overview.php
  2042.       (deleted): Move transformation overview out of libraries folder.
  2043.     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
  2044.       header.inc.php, index.php, pdf_pages.php, querywindow.php,
  2045.       tbl_change.php, tbl_properties.inc.php,
  2046.       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
  2047.       stuff out of libraries folder.
  2048.     * libraries/.htaccess: Deny access to libraries folder over HTTP.
  2049.     * Documentation.html: Recommend disabling access to libraries folder.
  2050.     * libraries/display_export.lib.php, lang/*: Better description for
  2051.       filename format (RFE #1362423).
  2052.     * Documentation.html, index.php: Add target parameter to index.php to
  2053.       allow direct jump to any script.
  2054.     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
  2055.       time outs.
  2056.     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
  2057.       libraries/common.lib.php: Add link for duplicating current frameset (RFE
  2058.       #1165206).
  2059.     * config.default.php, sql.php, Documentation.html: Allow browse page to be
  2060.       default (RFE #1228013).
  2061.     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
  2062.       pass default query to sql.php as it is not needed right now.
  2063.     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
  2064.       tbl_properties_structure.php, libraries/display_tbl.lib.php,
  2065.       libraries/export/htmlword.php, libraries/export/latex.php: Use native
  2066.       MySQL comments when applicable (RFE #1362923).
  2067.  
  2068. 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2069.     * added test/theme.php: for testing themes
  2070.     * phpinfo.php:
  2071.       - respect only $GLOBALS['cfg']['ShowPhpInfo']
  2072.       - minimum include
  2073.     * libraries/common.lib.php
  2074.       - merged two server array checks
  2075.       - dont exit if user config loading failed
  2076.       - dont exit with invalid server index
  2077.       - use file_get_contents() or file() if not present
  2078.       - removed wrong error message
  2079.       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
  2080.  
  2081. 2005-11-21 Michal ─îiha┼Ö  <michal@cihar.com>
  2082.     * libraries/import/sql.php: Fix query splitting in some cases (reported by
  2083.       Marc).
  2084.     * libraries/common.lib.php, lang/*: Translate message that has been
  2085.       ignored for 2.7.0 release.
  2086.     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
  2087.       documentation as it is latest stable version.
  2088.     * main.php, libraries/select_server.lib.php,
  2089.       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
  2090.       #1362671).
  2091.     * index.php: Avoid XSS on HTTP_HOST.
  2092.  
  2093. 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
  2094.     ### 2.7.0-rc1 released
  2095.     * many files: $dbh becomes $controllink for better contrast with $userlink
  2096.  
  2097. 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2098.     * libraries/common.lib.php::PMA_showMySQLDocu()
  2099.       - undefined constant (if server connection fails)
  2100.     * libraries/select_theme.lib.php
  2101.       - undefined variable (if server connection fails)
  2102.  
  2103. 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  2104.     * libraries/database_interface.lib.php: initialize in case there are
  2105.       no databases (MySQL < 5.0)
  2106.  
  2107. 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2108.     * server_databases.php:
  2109.       - require_once common.lib.php BEFORE ANYTHING else
  2110.       - unified style, removed tables
  2111.       - removed superuser check for dbstats
  2112.     * css/phpmyadmin.css.php:
  2113.       - small improvements
  2114.     * themes/darkblue_orange/css/*
  2115.       - fixed font sizes
  2116.     * lang/english-*: small improvements
  2117.     * tbl_properties_structure.php
  2118.       - do not truncate rowcount and next autoindex
  2119.     * /*
  2120.       - common.lib.php should REALLY REALLY and ALWAYS be the first include
  2121.       - no other calls to grab_gloabls.lib.php
  2122.     * fixed minimum_common for css files
  2123.     * header.inc.php: missing ; after "
  2124.     * libraries/function.js::pdfPaperSize()
  2125.       - function does not always return a vlaue
  2126.       - undeclared variables
  2127.     * libraries/display_export.lib.php
  2128.       - use superscript tag for comment
  2129.     * server_links.inc.php
  2130.       - require_once server_common.inc.php
  2131.  
  2132. 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  2133.     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
  2134.     * lang/finnish: update, thanks to Jouni Kahkonen
  2135.     * lang/belarusian updates, thanks to Jaska Zedlik
  2136.  
  2137. 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2138.     * libraries/grab_globals.lib.php: just to be sure:
  2139.       - clean/empty $GLOBALS with $variables_whitelist
  2140.       - unset some vars after use
  2141.       - check all superglobals that could be imported by register_globals=on
  2142.         for GLOBALS key (not only _REQUEST and _FILES )
  2143.       - added $import_blacklist
  2144.         - added variables starting with pma_, numeric or containing spaces
  2145.         - *REVERT* do not prevent import pma_*
  2146.       - rewrote PMA_gpc_extract()
  2147.         - use $import_blacklist
  2148.         - documentation
  2149.     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
  2150.       libraries/select_lang.php: keep the global space clean
  2151.       - unset variables after use
  2152.       - commented out some never used variables
  2153.     * main.php, libraries/common.lib.php, libraries/dbi/*:
  2154.       - added $GLOBALS['PMA_errors'] array
  2155.     * libraries/database_interface.lib.php, libraries/dbi/*:
  2156.       fall back to alternative mysql extension if selected fails and switch to
  2157.       error.php if this fails too
  2158.        - moved loading of extension out of libraries/dbi/* into
  2159.          libraries/database_interface.lib.php
  2160.     * libraries/sanitizing.lib.php: dont use deprecated tags
  2161.     * lang/german-*: fixed $strCantLoad
  2162.  
  2163. 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
  2164.     * tbl_properties_links.php: missing menu tabs
  2165.     * Documentation.html, config.default.php, footer.inc.php,
  2166.       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
  2167.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
  2168.       new Query Window behavior
  2169.  
  2170. 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2171.     * added missing themes/darkblue_orange/img/error.ico
  2172.     * themes/darkblue_orange/css/theme_right.css.php
  2173.       - wrong error.ico
  2174.     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
  2175.       themes/*/img/frm_linevrlt.png
  2176.       - removed
  2177.  
  2178. 2005-11-15 Michal ─îiha┼Ö  <michal@cihar.com>
  2179.     * css/phpmyadmin.css.php: Do not use common header file, as there is
  2180.       nothing common at all.
  2181.     * libraries/header_http.inc.php: Allways send text/html content type.
  2182.     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
  2183.       transformation_wrapper.php: Use define rather than variable for
  2184.       conditional paths.
  2185.     * libraries/display_create_database.lib.php: Add label for create database
  2186.       input.
  2187.  
  2188. 2005-11-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2189.     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
  2190.  
  2191. 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2192.     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
  2193.       bug #1342683 Wrong URL to error.ico
  2194.     * libraries/tooltip.js::pmaTooltip():
  2195.       - no return value (not always returns a value)
  2196.       - additional check
  2197.       - undefined variable docY
  2198.     * libraries/left_header.inc.php
  2199.       - added class icon
  2200.     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  2201.       - added class icon to images
  2202.       - fixed select all rows
  2203.       - removed arrow_ltr/rtl.png for vertical display
  2204.       - cleaned up php code and html output
  2205.     * css/phpmyadmin.css.php:
  2206.       - removed space arround form elements
  2207.  
  2208. 2005-11-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2209.     * Documentation.html, config.default.php, main.php, server_links.inc.php,
  2210.       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
  2211.       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
  2212.       condition from showing php info.
  2213.     * lang/czech: Small improvements.
  2214.  
  2215. 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2216.     * db_details_structure.php: wrong js function call
  2217.     * libraries/functions.js
  2218.       - removed deprecated function setCheckboxesRange()
  2219.       - rewrote setCheckboxes()
  2220.       libraries/server_privilegs.js
  2221.       - removed setCheckboxes()
  2222.       header.inc.php: include functions.js for server_privilegs.php
  2223.       server_privilegs.php
  2224.       - bug #1353437 Table/Column privileges brokeness new in HEAD
  2225.       - fixed proper display fo yes/no for column/table specific rights
  2226.       - fixed row selection
  2227.       - make use of javascript:un/markAllRows()
  2228.       - adapted layout like db, table and row lists
  2229.     * lang/german: fixed translation
  2230.  
  2231. 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
  2232.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  2233.     * lang/finnish: update, thanks to Jouni Kahkonen
  2234.  
  2235. 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  2236.     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
  2237.       if PHP does not support session
  2238.     * server_privileges.php: bug #1353435, selecting users to drop is broken
  2239.       and bug #1353437, undefined index while editing a user
  2240.  
  2241. 2005-11-10 Michal ─îiha┼Ö  <michal@cihar.com>
  2242.     * scripts/create-release.sh: = is correct for comparsion in shell.
  2243.     * server_privileges.php: Revert fix for #1353437, there are wrong data and
  2244.       not displaying of it, fix bad display of table privileges.
  2245.  
  2246. 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
  2247.     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
  2248.     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
  2249.     * tbl_properties.inc.php: superscript 1 for Length/Values
  2250.  
  2251. 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2252.     * server_databases.php, mysql_charsets-lib.php:
  2253.       bug #1351743 undefined function: pma_getservercollation()
  2254.     * database_interface.lib.php: added PMA_DBI_get_default_engine()
  2255.     * db_details_structure.php:
  2256.       - fixed display issues
  2257.       - display default engine in footer
  2258.     * libraries/common.lib.php: added PMA_getDbLink
  2259.     * libraries/display_create_table.lib.php: use fieldset
  2260.     * server_privilegs.php, libraries/server_privilegs.js:
  2261.        - db with only table specific rights where not displayed if there was not
  2262.          at least one db with db specfic rights
  2263.        - javascript errors
  2264.     * function.js, db_details_structure.php, tbl_properties_structure.php,
  2265.       display_tbl.lib.php, server_databases.php:
  2266.        - added js:markAllRows(), js:unMarkAllRows()
  2267.        - check/uncheck all rows now sets mark color for this rows
  2268.  
  2269. 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2270.     * Documentation.html, browse_foreigners.php, error.php,
  2271.       header_printview.inc.php, index.php, left.php, translators.html,
  2272.       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
  2273.       fixed/added favicon
  2274.     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
  2275.  
  2276. 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  2277.     * tbl_properties_links.php: undefined variable $db_is_information_schema
  2278.     ### 2.7.0-beta1 released
  2279.  
  2280. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2281.     * libraries/display_tbl.lib.php:
  2282.       bug #985399 MIME-based in print view / need to select the pk
  2283.     * db_details_db_info.php: Undefined variable: db_is_information_schema
  2284.     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
  2285.  
  2286. 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  2287.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2288.  
  2289. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2290.     * libraries/database_interface.lib.php,
  2291.       libraries/dbi/*.dbi.lib.php:
  2292.       - added PMA_DBI_convert_message()
  2293.       - bug #1344654 Not converted mysql error message to chosen user language
  2294.     * sql.php: use fieldset for 'bookmark this'
  2295.  
  2296. 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2297.     * themes/*/css/theme_right.css.php:
  2298.       dropped deprecated style classes
  2299.     * server_databases, libraries/databases_interface.lib.php,
  2300.       libraries/mysql_charsets.lib.php:
  2301.       updated database list:
  2302.       - added PMA_getServerCollation()
  2303.         - display server collation in db list footer
  2304.       - added PMA_DBI_get_databases_full()
  2305.         - make use of info_schema on MySQL 5
  2306.         - always display db stats for MySQL 5
  2307.       - fixed html output
  2308.       - replaced " with ' in some queries
  2309.     * tbl_properties_structure.php, tbl_properties_common.php
  2310.       tbl_properties_links.php:
  2311.       - no drop, empty, operation, insert, import for information_schema tables
  2312.       - enabled export for views
  2313.     * db_details_common.php, db_details_structure.php, db_details_links.php:
  2314.       - no import, drop, rights, operation for information_schema
  2315.  
  2316. 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  2317.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  2318.  
  2319. 2005-11-04 Michal ─îiha┼Ö  <michal@cihar.com>
  2320.     * db_details_structure.php: Read InnoDB exact count before rendering icons
  2321.       for truncating (bug #1337744).
  2322.  
  2323. 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2324.     * db_details_structure.php:
  2325.       fixed display of stats for InnoDB and information_schema
  2326.     * main.php:
  2327.       - bug #1348089 SQL and actions bellow should be same width
  2328.       - removed nowrap, vertical srcolling is really annoying
  2329.     * main.php, libraries/check_user_privileges.lib.php:
  2330.       - bug #1348189 after droping db some links in main.php are missing
  2331.     * header.inc.php, libraries/common.lib.php:
  2332.       - added class icon to img-tags
  2333.     * libraries/header_meta_style.inc.php:
  2334.       fixed position of link meta tag
  2335.     * libraries/select_server.lib.php
  2336.       fixed html output
  2337.  
  2338. 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
  2339.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
  2340.       bug #1339184, problems in strict mode inserting auto-increment fields
  2341.     * libraries/header_meta_style.inc.php: favicon on login panel
  2342.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  2343.  
  2344. 2005-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  2345.     * libraries/common.lib.php: Incorrect message for validate links (bug
  2346.       #1346608).
  2347.  
  2348. 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2349.     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
  2350.       fixed different font sizes
  2351.     * footer.inc.php, libraries/dbg/*:
  2352.       use $GLOBALS as this scripts can be included from inside a function
  2353.     * left.php, libraries/common.lib.php:
  2354.       fixed some rtl lang issues
  2355.  
  2356. 2005-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  2357.     * config.default.php: This is not a configuration file.
  2358.     * config.default.php, Documentation.html, libraries/common.lib.php: Use
  2359.       $cfg['Servers'][1] from config.default.php as defaults for settings in
  2360.       config.inc.php (bug #1330847).
  2361.  
  2362. 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2363.     * libraries/dbg/setup.php:
  2364.       - display error in error box
  2365.       - fixed 'not defined function'
  2366.     * libraries/dbg/profiling.php:
  2367.       - minor fixes: html output, speed, rtl lang
  2368.     * tbl_realtion.php:
  2369.       - fixed html output of table
  2370.       - used fieldset for forms
  2371.     * libraries/common.lib.php, browse_foreigners.php:
  2372.       - replaced $cfg['Bgcolor*'] with classes
  2373.       - make use of fieldset
  2374.     * css/print.css, dbv_datadict.php:
  2375.       - replaced $cfg['Bgcolor*'] with classes
  2376.       - reduced output size by 40%
  2377.     * libraries/display_create_tbl.php
  2378.       - XHTML compl.
  2379.       - added class icon
  2380.  
  2381. 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  2382.     * server_privileges.php: undefined variable when changing a password
  2383.  
  2384. 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2385.     * libraries/common.lib.php:
  2386.       bug #1342332 Error messages wrongly formatted.
  2387.     * themes/*/css/theme_right.css.php:
  2388.        - fixed some rtl languages issues
  2389.        - added style for notice box (server_export.php)
  2390.  
  2391. 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2392.     * themes/*/css/theme_right.css.php:
  2393.        - use right image path
  2394.        - fixed icon alignment for rtl languages
  2395.     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
  2396.        - fixed some rtl language issues
  2397.     * favicon.ico: changed icon
  2398.  
  2399. 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  2400.     * server_privileges.php: do not display No under the Password column
  2401.       if this is not a "real user" definition
  2402.  
  2403. 2005-10-31 Michal ─îiha┼Ö  <michal@cihar.com>
  2404.     * libraries/select_lang.lib.php: Simplify code.
  2405.     * libraries/common.lib.php: Allow collation change for ENUM and SET
  2406.       columns (bug #1343627).
  2407.     * main.php: Use normal message on reload, not just plain text.
  2408.     * themes/darkblue_orange/css/theme_right.css.php,
  2409.       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
  2410.       #1342683).
  2411.  
  2412. 2005-10-30 Michal ─îiha┼Ö  <michal@cihar.com>
  2413.     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
  2414.     * lang/*: Remove duplicite message.
  2415.     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
  2416.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  2417.     * libraries/display_tbl.lib.php: Do not break on special chars in column
  2418.       name (bug #1180668).
  2419.     * libraries/common.lib.php: Do not escape SQL query twice while showing it
  2420.       in error message (bug #1336452).
  2421.     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
  2422.       when search path does not contain current directory.
  2423.     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
  2424.       for generating links to documentation, fixes link to new style docs.
  2425.  
  2426. 2005-10-29 Michal ─îiha┼Ö  <michal@cihar.com>
  2427.     * Documentation.html, config.default.php, libraries/common.lib.php: Link
  2428.       documentation to version we run (RFE #1334292), fix links for chapter
  2429.       documentation (bug #1341676), drop support for old links.
  2430.     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
  2431.       libraries/display_create_database.lib.php,
  2432.       libraries/sql_query_form.lib.php: Fix documentation links (bug
  2433.       #1341676).
  2434.  
  2435. 2005-10-29 Olivier Mueller <om@omnis.ch>
  2436.     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
  2437.       and improvements (--force option, installation summary, backup
  2438.       directory timestamp)
  2439.  
  2440. 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  2441.     * Documentation.html: clarification on FAQ 6.20
  2442.     * server_privileges.php: respect the chosen initial
  2443.     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
  2444.       in the Browse header, thanks to Cal Henderson
  2445.  
  2446. 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2447.     * server_privilegs.php, libraries/common.lib.php,
  2448.       themes/*/theme_right.css.php:
  2449.        - minor tweak in display
  2450.        - added PMA_unescape_mysql_wildcards()
  2451.        - bug #1144110 Unable to escape "_"
  2452.        - now every user from every mysql table is displayed
  2453.        - no table specific rights for db wildcards
  2454.     * index.php, favicon.ico: added favicon.ico
  2455.  
  2456. 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2457.     * libraries/common.lib.php::PMA_formatNumber(),
  2458.       db_details_structure.php: do not truncate rowcount
  2459.     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
  2460.       - preserve selected db
  2461.       - make use of PMA_DBI_select_db()
  2462.       - documentation
  2463.     * tbl_properties_structure.php:
  2464.       - added browser icon for each field (count unique values)
  2465.       - removed styling
  2466.       - make use of global row highlighting/marking
  2467.       - display 'print table' and row stats for views
  2468.       - no actions for info_schema tables
  2469.     * css/phpmyadmin.css.php:
  2470.       - added style for class selectallarrow
  2471.       - added extra space between icons and text
  2472.     * browse_foreigners.php, header_printview.inc.php, left.php:
  2473.       bug #1334963 Per-server themes - left frame colors unthemed
  2474.     * server_privileges.php:
  2475.       - bug #1274032 Field privileges with database names containing underscores
  2476.       - use DROP USER
  2477.       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
  2478.     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
  2479.     * left.php, libraries/common.lib.php: format rowcount in left frame
  2480.     * server_privileges.php:
  2481.       bug #688255 Can't edit priv. when different host in db and user
  2482.  
  2483. 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  2484.     * lang/french* updates
  2485.  
  2486. 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2487.     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
  2488.       db_operations.php, mult_submits.inc.php, server_privileges.php,
  2489.       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
  2490.       libraries/auth/cookie.auth.lib.php:
  2491.       unified message boxes (error, warning, confirmation)
  2492.     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
  2493.  
  2494. 2005-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2495.     * lang/english: "Log in" is correct naming for action (RFE #945440).
  2496.     * tbl_properties_operations.php: Allow to change auto_increment for
  2497.       InnoDB (bug #1337873).
  2498.     * tbl_properties_operations.php: Reread table information after change, so
  2499.       that rendered page contains change, that has been just done.
  2500.  
  2501. 2005-10-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2502.     * tbl_properties_operations.php: Fix changing table attributes, reread new
  2503.       parameters after changing them (bug #1290413).
  2504.     * main.php: Remove useless isset.
  2505.     * lang/czech: Update.
  2506.  
  2507. 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  2508.     * libraries/relation.lib.php: there is already a function to do this
  2509.       sort (thanks to Sebastian)
  2510.     * tbl_change.php: bug #1334627, do not set NOW() as default function
  2511.       when the TIMESTAMP has a default value and does not have the
  2512.       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
  2513.  
  2514. 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  2515.     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
  2516.       and content-id by content
  2517.     * libraries/common.lib.php: bug #1330847, undefined index connect_type
  2518.  
  2519. 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2520.     * db_details_export.php:
  2521.       - replaced for() with foreach()
  2522.       - dont pollute $GLOBALS['table']
  2523.     * libraries/mysql_charsets.lib.php:
  2524.       - make use of mysql variable collation_database
  2525.       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
  2526.     * libraries/database_interface.lib.php:
  2527.       extended function PMA_DBI_get_tables_full():
  2528.        - make use of information_schema
  2529.        - always fill fields for information_schema and show table status
  2530.     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
  2531.  
  2532. 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  2533.     * server_databases.php: security fix
  2534.     * libraries/common.lib.php, /grab_globals.lib.php: security fix
  2535.  
  2536. 2005-10-20 Alexander M. Turek  <me@derrabus.de>
  2537.     * libraries/mysql_charsets.lib.php:
  2538.       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
  2539.         if we just want to get to know a database's default collation;
  2540.      - Make use of this fancy new function PMA_DBI_fetch_value().
  2541.  
  2542. 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2543.     * sql.php, footer.inc.php: refresh left frame on view creation
  2544.     * left.php: view icon for views
  2545.     * libraries/left.js: dropped
  2546.     * libraries/function.js: tuned PMA_merkRowsInit():
  2547.       every table with class data now has mark and hover effect
  2548.     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
  2549.     * css/phpmyadmin.css.php, server_status.php: css cleanup
  2550.     * db_details_structure.php, db_details_db_info.php:
  2551.       - XHTML compliance, styling outsourced, row marker outsourced
  2552.       - do not too much if there is no table
  2553.  
  2554. 2005-10-19 Alexander M. Turek  <me@derrabus.de>
  2555.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
  2556.       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
  2557.     * lang/german-*.inc.php: Updated some untranslated strings.
  2558.  
  2559. 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  2560.     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
  2561.  
  2562. 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2563.     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
  2564.       fix problem not remembering selected server
  2565.     * libraries/tooltip.js, themes/*/theme_right.css.php:
  2566.       moved not always needed code out of event handler, fixed display with larger font
  2567.     * libraries/function.js, css/phpmyadmin.css.php:
  2568.       added mark and hover effect to every table of class data
  2569.     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
  2570.     * footer.inc.php, header.inc.php, libraries/tooltip.js:
  2571.       moved tooltip javascript include into header
  2572.  
  2573. 2005-10-18 Michal ─îiha┼Ö  <michal@cihar.com>
  2574.     * libraries/relation.lib.php: Do not set database if not needed.
  2575.     * libraries/common.lib.php: Use common infrastructure for getting tables.
  2576.     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
  2577.       Allow to limit list of shown languages (RFE #1328003).
  2578.     * libraries/common.lib.php: Fix URL detection when not called from top
  2579.       level directory (eg. transformations overview).
  2580.     * Documentation.html, config.default.php, export.php, import.php,
  2581.       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
  2582.       libraries/display_export.lib.php, libraries/display_import.lib.php,
  2583.       libraries/sql_query_form.lib.php: Support for user specific upload and
  2584.       save directories (RFE #1260039).
  2585.  
  2586. 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2587.     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
  2588.     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
  2589.       libraries/querywindow.js: update row count in left frame bug #1243908
  2590.     * libraries/common.lib.php:
  2591.       bug #1216521: display duplicate rows for failed unique key creation
  2592.  
  2593. 2005-10-17 Michal ─îiha┼Ö  <michal@cihar.com>
  2594.     * lang/czech: Translation fixes.
  2595.     * libraries/common.lib.php: Group databases by rightmost separator (bug
  2596.       #1325651).
  2597.     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
  2598.     * libraries/sql_query_form.lib.php: No warning if no db defined.
  2599.     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
  2600.  
  2601. 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2602.     * css/phpmyadmin.css.php: border around tabs bug #1326730
  2603.     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
  2604.     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
  2605.       header_printview.inc.php, left.php, querywindow.php,
  2606.       transformation_wrapper.php, left_header.inc.php:
  2607.       removed queryframe.php and references to it
  2608.     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
  2609.       libraries/common.lib.php, libraries/left_header.inc.php,
  2610.       libraries/sql_query_form.lib.php, libraries/querywindow.js:
  2611.       code cleanup whole querywindow js stuff, moved all in one new js file,
  2612.       now included in index.php, bug #1327055
  2613.  
  2614. 2005-10-16 Michal ─îiha┼Ö  <michal@cihar.com>
  2615.     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
  2616.     * server_databases.php: Don't allow to check mysql database for dropping
  2617.       (RFE #1327514).
  2618.     * lang/*, libraries/transformations/text_plain__sql.inc.php:
  2619.       Transformation for SQL pretty printing (RFE #1327648).
  2620.  
  2621. 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  2622.     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
  2623.     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
  2624.       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
  2625.  
  2626. 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  2627.     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
  2628.     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
  2629.  
  2630. 2005-10-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2631.     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
  2632.       not configured.
  2633.     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
  2634.       by one, this boosts performance while inserting huge blobs (bug
  2635.       #1315232).
  2636.     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
  2637.       #1252713).
  2638.  
  2639. 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2640.     * lang/*: typo 'unser' -> 'user'
  2641.     * lang/german: partial Update
  2642.     * libraries/import.lib.php: uninitialized variables
  2643.  
  2644. 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
  2645.     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
  2646.  
  2647. 2005-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2648.     * Documentation.html: Fix URL rewriting not to match empty parts.
  2649.     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
  2650.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  2651.       Use common header.
  2652.     * libraries/header_meta_style.inc.php: Add support for defining page
  2653.       title.
  2654.     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
  2655.       detection to only place where it is currently used.
  2656.     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
  2657.       by writing through JavaScript.
  2658.     * libraries/get_foreign.lib.php: Free temporary query result.
  2659.     * lang/czech: Improve some translations.
  2660.     * sql.php: We need bookmark code to be included everytime.
  2661.     * libraries/common.lib.php: Allow editing of query without database.
  2662.  
  2663. 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2664.     * left.php: preselect db if only one db
  2665.     * server_privileges.php:
  2666.       XHTML compl., NOTICE, Icons for Edit/Revoke Links
  2667.     * server_processlist.php, libraries/display_import.lib.php,
  2668.       css/phpmyadmin.css.php: XHTML compl.
  2669.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  2670.       JavaScript errors, layout errors
  2671.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  2672.       small CSS fixes
  2673.     * libraries/display_export.lib.php, server_export.php:
  2674.       XHTML compliance, introduced fieldsets
  2675.  
  2676. 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2677.     * css/phpmyadmin.css.php, libraries/common.lib.php,
  2678.       themes/darkblue_orange/css/theme_right.css.php,
  2679.       themes/original/css/theme_right.css.php:
  2680.       use list for navigation tabs RFE #1290423
  2681.     * db_details_structure.php: fixed NOTICE
  2682.     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
  2683.       revert icon size to fixed width and height
  2684.     * libraries/session.inc.php:
  2685.       dont use 6-bit chars on windows
  2686.     * css/phpmyadmin.css.php:
  2687.       display bug in FF with tabs in querywindow
  2688.     * libraries/common.lib.php:
  2689.       fixed rowcount in left frame for tables in information_schema
  2690.     * libraries/sql_query_form.lib.php:
  2691.       XHTML compl.
  2692.     * css/phpmyadmin.css.php, server_status.php, server_databases.php
  2693.       server_collations.php, server_engines.php, server_privileges.php
  2694.       server_variables.php: XHTML compl.
  2695.  
  2696. 2005-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  2697.     * libraries/get_foreign.lib.php: Fix paging.
  2698.     * tbl_properties_links.php: Make drop and empty tabs lead to structure
  2699.       instead of SQL.
  2700.     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
  2701.     * querywindow.php: Add icon for history tab.
  2702.  
  2703. 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  2704.     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
  2705.  
  2706. 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2707.     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
  2708.       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
  2709.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
  2710.       themes/darkblue_orange/css/theme_left.css.php
  2711.       themes/original/css/theme_left.css.php:
  2712.       XHTML 1.0 trans. compliance and more semantic XHTML output
  2713.     * tbl_printview.php, tbl_properties_structure.php:
  2714.       no table statistics for information_schema
  2715.     * tbl_properties_table_info.php:
  2716.       bug #1317655 information_schema browsing
  2717.     * db_details_db_info.php, db_details_structure.php:
  2718.       fixed display table statistics for information_schema
  2719.     * db_details_links.php, header.inc.php:
  2720.       moved database comment into header (serverinfo) after database name
  2721.     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
  2722.       XHTML 1.0 trans. compliance
  2723.  
  2724. 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
  2725.     * tbl_properties_links.php: invalid js confirmation and operation feedback
  2726.       when dropping a view
  2727.     * server_privileges.php: bug #1226819, Accepting Negative values in
  2728.       Resource Limits in Privileges
  2729.  
  2730. 2005-10-09 Michal ─îiha┼Ö  <michal@cihar.com>
  2731.     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
  2732.       config.default.php: Add ability to limit maximal size of extended insert
  2733.       query, defaults to 50 KB (RFE #1015378).
  2734.     * import.php, libraries/common.lib.php, lang/*: Show message when
  2735.       bookmark has been created (RFE #477472), show deleted bookmark query.
  2736.     * server_privileges.php: Limit username and hostname to actual limits of
  2737.       MySQL (RFE #1178071).
  2738.     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
  2739.     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
  2740.       #1191792).
  2741.     * tbl_properties.inc.php: Remove unused code, show only available engines,
  2742.       remember value of seleted engine (bug #1239580).
  2743.     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
  2744.       searching in foreign keys (RFE #871091).
  2745.     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
  2746.       existing bookmark (RFE #907438).
  2747.     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
  2748.       shortcuts for IP rules (RFE #1022831).
  2749.  
  2750. 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
  2751.     * libraries/session.inc.php: workaround for warnings on session_start()
  2752.       displayed on sf.net server
  2753.     * sql.php: remove old code
  2754.     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
  2755.       support MAX_USER_CONNECTIONS
  2756.  
  2757. 2005-10-08 Michal ─îiha┼Ö  <michal@cihar.com>
  2758.     * libraries/display_export.lib.php: Use same formatting for all options.
  2759.     * libraries/import/ldi.php: This one does not handle charset conversion.
  2760.     * sql.php: Work even if no db set.
  2761.     * server_status.php: Call sql.php directly, we don't need to care about
  2762.       query splitting done im read_dump.
  2763.     * libraries/import/sql.php: Fix import of queries containing `, fix import
  2764.       of queries not terminated by ;.
  2765.     * libraries/sqlparser.lib.php: Do not show error on empty query.
  2766.     * libraries/import.lib.php: Add support for DROP DATABASE checking.
  2767.     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
  2768.       libraries/common.lib.php: Use import.php.
  2769.     * lang/*: New message for deleting bookmark.
  2770.     * import.php: Add support for bookmarks, support for goto URL, fail
  2771.       correctly if import plugin not found, commented some code.
  2772.     * sql.php, config.default.php: Remove references to read_dump.php.
  2773.     * read_dump.php: Remove unused code.
  2774.     * ldi_check.php, ldi_table.php: Remove unused code.
  2775.     * tbl_change.php: Remove references to ldi_*.
  2776.     * scripts/find_unused_messages.sh: Simplify and addapt to current
  2777.       messages.
  2778.     * import.php: Do not show query in different charset (bug #1028634).
  2779.     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
  2780.       over login, needed for RFE #1278312.
  2781.     * Documentation.html: Add example for redirects like
  2782.       /phpMyAdmin/database/table (RFE  #1278312).
  2783.     * libraries/import.lib.php: Fix execution of single large queries.
  2784.     * import.php, lang/*: Try to detect that upload failed because of limits
  2785.       (RFE #1240480).
  2786.     * libraries/storage_engines.lib.php: Use defined messages.
  2787.     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
  2788.     * libraries/sqlvalidator.lib.php: Removed unused code.
  2789.     * server_privileges.php, lang/*: Better show error, define used message
  2790.       strDeleteNoUsersSelected.
  2791.     * tbl_properties_operations.php: Use strError instead of non existing
  2792.       strFailure.
  2793.     * lang/*: Remove unused messages.
  2794.     * sql.php: Use common code for superuser detection.
  2795.     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
  2796.       libraries/common.lib.php, libraries/relation.lib.php: Use common code
  2797.       for CREATE/ALTER TABLE, set comments on creating table, so that user can
  2798.       see it in the query.
  2799.     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
  2800.       comment and MIME transformation if field not named.
  2801.     * libraries/relation.lib.php: Fix reading native MySQL comments when no
  2802.       phpMyAdmin one defined (bug #1312758).
  2803.     * tbl_properties_structure.php: Removed query box as discussed on mailing
  2804.       list.
  2805.     * tbl_*: Use more require_once to avoid acquiring table info several
  2806.       times.
  2807.     * libraries/relation.lib.php: Do not try to restore database as control
  2808.       user, it has to fail.
  2809.     * libraries/import/sql.php: Fix query parsing when there is comment or
  2810.       string at the end.
  2811.     * import.php: Reenable LIMIT appending (bug #1318624).
  2812.     * sql.php: Fix appending LIMIT when there are comments.
  2813.     * libraries/common.lib.php: Parse query before inserting LIMIT to know
  2814.       where to place it.
  2815.     * lsng/czech: Update.
  2816.  
  2817. 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  2818.     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
  2819.       hyphen was not detected as being already created
  2820.  
  2821. 2005-10-07 Michal ─îiha┼Ö  <michal@cihar.com>
  2822.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  2823.     * libraries/common.lib.php: Drop some old code.
  2824.  
  2825. 2005-10-06 Michal ─îiha┼Ö  <michal@cihar.com>
  2826.     * import.php: Correctly report that file could not be read.
  2827.     * libraries/import/sql.php: Fix handling of whitespace at the end of
  2828.       imported file.
  2829.     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
  2830.       button (bug# 1312373) and fix entering time begining with 0 (bug
  2831.       #1312373).
  2832.  
  2833. 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
  2834.     * db_details_structure.php, tbl_properties_table_info.php: detect
  2835.       MySQL 5.0.13 views
  2836.     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
  2837.       thanks to Vernon Lyon - vlyon
  2838.     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
  2839.       defined at login time but what tested
  2840.     * libraries/display_create_table.lib.php, bug #1311384, Create table
  2841.       dialog on escaped wildcard privileges
  2842.  
  2843. 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2844.     * libraries/functions.js, libraries/sql_query_form.lib.php:
  2845.       fixed JavaScript malfunction in querybox textarea with Opera
  2846.  
  2847. 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
  2848.     * server_privileges.php: support for Execute_priv
  2849.  
  2850. 2005-10-01 Michal ─îiha┼Ö  <michal@cihar.com>
  2851.     * lang/czech: Update.
  2852.  
  2853. 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  2854.     * main.php, db_details_structure.php, db_operations.php,
  2855.       libraries/check_user_privileges.php, /display_create_database.lib.php,
  2856.       /display_create_table.lib.php: bug #1307208, detect lack of privileges
  2857.       before showing the "Create new table" dialog. Please test.
  2858.       TODO: detect escaped wildcard privileges
  2859.  
  2860. 2005-09-30 Michal ─îiha┼Ö  <michal@cihar.com>
  2861.     * libraries/display_export.lib.php, libraries/export/sql.php,
  2862.       db_operations.php, tbl_properties_operations.php: Fix auto increment
  2863.       export (bug #1309257).
  2864.  
  2865. 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  2866.     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
  2867.       bug #1262250, cannot change ENUM default value to empty
  2868.  
  2869. 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2870.     * libraries/sql_query_form.lib.php: removed unneeded variable,
  2871.       dont display bookmark selection fieldset if no bookmark exists
  2872.     * libraries/session.inc.php: introduced PMA_secureSession()
  2873.     * sql.php: bug #1305830 wrong db choosen
  2874.  
  2875. 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2876.     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
  2877.       tbl_properties.php, tbl_properties_structure.php, sql.php,
  2878.       querywindow.php, read_dump.php: moved all code for queryboxes into
  2879.       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
  2880.       styles into css, minor interface changes related to queryboxes
  2881.     * libraries/sql_query_form.lib.php: completed function docblocks
  2882.     * css/phpmyadmin.css.php:
  2883.       partially fixed bug: odd display of navtabs in Gecko-Browsers
  2884.     * libraries/session.inc.php, libraries/grab_globals.lib.php,
  2885.       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  2886.       introducing sessions
  2887.  
  2888. 2005-09-27 Michal ─îiha┼Ö  <michal@cihar.com>
  2889.     * lang/czech: Update.
  2890.     * server_status.php, lang/*: Separate some new information on MySQL 5.
  2891.     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
  2892.       Porat - hpman28.
  2893.     * lang/*: Add missing messages, remove duplicates and no longer used.
  2894.     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
  2895.       from normal SQL dialogs.
  2896.     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
  2897.       list on import tab, prepare generic framework to be used elsewhere (RFE
  2898.       #1303145).
  2899.     * tbl_change.php: Use file common file listing.
  2900.     * libraries/common.lib.php, libraries/display_import.lib.php,
  2901.       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
  2902.       file listing in query window, remove no more used functions. Please note
  2903.       that file import from query windows is currently half rewritten, so
  2904.       compressed imports will not work.
  2905.  
  2906. 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2907.     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
  2908.       using PMA_DBI_num_rows() on unbuffered queries
  2909.  
  2910. 2005-09-26 Michal ─îiha┼Ö  <michal@cihar.com>
  2911.     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
  2912.     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
  2913.       plugin parameters to allow using same parameter by multiple plugins.
  2914.     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
  2915.       DATA import plugin for CSV.
  2916.     * libraries/display_import.lib.php: Sort list of import plugins.
  2917.     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
  2918.       selected columns (RFE #1275909).
  2919.     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
  2920.       #1303994).
  2921.     * tbl_create.php, lang/*: Do not allow to create table that already exists
  2922.       (RFE #1255931).
  2923.  
  2924. 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  2925.     * server_privileges.php: support MySQL 5 privileges
  2926.  
  2927. 2005-09-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2928.     * lang/*: Messages for Sebastian.
  2929.     * lang/czech: Partial update.
  2930.  
  2931. 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2932.     * left.php, queryframe.php, libraries/common.lib.php,
  2933.       libraries/left_header.inc.php, css/phpmyadmin.css.php:
  2934.       grouping databases (bug #1281262)
  2935.     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
  2936.       extended server status information with description and warnings,
  2937.       added PMA_formatNumber()
  2938.     * server_privilegs.php: fixed bug table not found
  2939.     * tbl_properties_structure.php, css/phpmyadmin.css.php:
  2940.       made statistic tables floating, moved styles into css
  2941.     * css/phpmyadmin.css.php: set font-size in caption to normal
  2942.  
  2943. 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2944.     * querywindow.php, css/phpmyadmin.css.php:
  2945.       resize querywindow to content (bug #1277375)
  2946.  
  2947. 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  2948.     * db_details_links.php, server_privileges.php, server_common.inc.php:
  2949.       bug #1302985, Privileges tab on database
  2950.     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
  2951.       insertion
  2952.  
  2953. 2005-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2954.     * lang/add_message_file.sh: Make it deal with regullar php file, do not
  2955.       mark english text as to translate.
  2956.     * lang/add_message.sh: Do not mark english text as to translate.
  2957.     * *import*, Documentation.html, lang/*, main.php, *links*,
  2958.       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
  2959.       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
  2960.       1274500, 807830).
  2961.     * libraries/import.lib.php, libraries/import/csv.php,
  2962.       libraries/import/sql.php, libraries/import/README: Fix possible data
  2963.       leak when reading large buffer.
  2964.  
  2965. 2005-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2966.     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
  2967.       haystack to strpos (bug #1299422).
  2968.     * server_privileges.php: Reload left frame if dropping database (bug
  2969.       #1298678).
  2970.     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
  2971.       name (bug #1300837).
  2972.  
  2973. 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  2974.     * libraries/display_export.lib.php, libraries/export/csv.php:
  2975.       bug #1301374, csv on-screen export broken
  2976.  
  2977. 2005-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  2978.     * libraries/database_interface.lib.php: Added some useful functions to DBI
  2979.       layer (patch #1286451), thanks to Sebastian Mendel.
  2980.     * Documentation.html, config.default.php, libraries/common.lib.php: Add
  2981.       support for forcing https access to phpMyAdmin (RFE #1111333).
  2982.  
  2983. 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  2984.     * libraries/sqlparser.data.php: patch #1295365, missing function
  2985.       definitions in parser, thanks to Sebastian Mendel
  2986.     * db_details_links.php: patch #1196806, Privileges link on db page
  2987.  
  2988. 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  2989.     * libraries/display_export.lib.php: bug #1293937 Export compression
  2990.       default: bzip instead of bzip2, thanks to Rene Leonhardt
  2991.  
  2992. 2005-09-15 Michal ─îiha┼Ö  <michal@cihar.com>
  2993.     * config.default.php, libraries/common.lib.php: Simplify loading of
  2994.       defaults, why did I write such crap before?
  2995.     * libraries/common.lib.php: Fail if pcre support is missing.
  2996.  
  2997. 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  2998.     * export.php: bug #1290730, https export under MSIE fails
  2999.  
  3000. 2005-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  3001.     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
  3002.       Sebastian Mendel.
  3003.     * config.default.php: Do not set blowfish_secret here at all, this needs
  3004.       to be done by user (bug #1290990).
  3005.     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
  3006.     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
  3007.       warn user using error.php (bug #1290888).
  3008.     * tbl_properties_operations.php: Update auto_increment value (bug
  3009.       #1290413).
  3010.     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
  3011.       Add SQL tab for server (patch #1291084), (RFE #1048090).
  3012.     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
  3013.       drop mentions about it from documentation.
  3014.  
  3015. 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
  3016.     * scripts/create-release.sh: no longer copy config.inc.php to
  3017.       config.default.php to keep a backup of the previous version
  3018.  
  3019. 2005-09-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3020.     * libraries/common.lib.php: Add support for lang/added_messages.php
  3021.       (mostly as feature for developer, to allow easilly adding messages
  3022.       while working on some features).
  3023.     * .cvsignore, Documentation.html, config.default.php,
  3024.       config.inc.php[removed], libraries/common.lib.php,
  3025.       libraries/config_import.lib.php[removed]: New configuration handling,
  3026.       use config.inc.php for configuration, default values are stored in
  3027.       config.default.php.
  3028.     * config.default.php: Remove non configuration stuff.
  3029.     * lang/.cvsignore: Ignore lang/added_messages.php.
  3030.  
  3031. 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  3032.     * tbl_relation.php: bug #1287611, no Save button in Relation view
  3033.           when pmadb is not defined
  3034.  
  3035. 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  3036.     ### 2.6.4 released
  3037.  
  3038. 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  3039.     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
  3040.       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
  3041.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  3042.  
  3043. 2005-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3044.     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
  3045.       #1283552)
  3046.     * ChangeLog: Move vim modelines to correctly interpret et after setting
  3047.       file type (otherwise tabs were not expanded as changelog ft sets noet).
  3048.  
  3049. 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  3050.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3051.  
  3052. 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  3053.     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
  3054.       phpMyAdmin 2.6.4 needs generation 2, version 1;
  3055.       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
  3056.     * header.inc.php: XSS on $title, thanks to Christian Wenz
  3057.  
  3058. 2005-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3059.     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
  3060.  
  3061. 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  3062.     * tbl_properties.inc.php: bug #1281533, collation not kept while
  3063.       changing table field count
  3064.  
  3065. 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  3066.     * lang/turkish update, thanks to boralioglu.
  3067.  
  3068. 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  3069.     * lang/belarusian updates, thanks to Jaska Zedlik
  3070.     ### 2.6.4-rc1 released
  3071.     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
  3072.       fieldsets for privileges interface, thanks to Sebastian Mendel
  3073.  
  3074. 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  3075.     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
  3076.     * lang/polish: update thanks to Jakub Wilk - ubanus
  3077.  
  3078. 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
  3079.     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
  3080.     * main.php, libraries/common.lib.php, Documentation.html,
  3081.       config.inc.php: patch #1257134, removed code to display the warning if
  3082.       PmaAbsoluteUri is not set. A notice will still display if the autodetect
  3083.       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
  3084.  
  3085. 2005-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3086.     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
  3087.       using MySQL > 4.1.x (bug #1266626).
  3088.     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
  3089.       used on some queries by MySQL 5.0.x (bug #1266623).
  3090.  
  3091. 2005-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  3092.     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
  3093.       Protect against possible XSS (bug #1265740), move input sanitizing to
  3094.       special file.
  3095.     * config.inc.php, libraries/common.lib.php,
  3096.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  3097.       Default charset for export is now configurable (RFE #1263772).
  3098.  
  3099. 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
  3100.     * libraries/common.lib.php, new error.php: patch #1258978, move common
  3101.       code for error pages out of common.lib.php, thanks to Sebastian Mendel
  3102.     * lang/german*: bug #1258956, typo
  3103.     * libraries/defines.lib.php, themes/original/info.inc.php,
  3104.       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
  3105.  
  3106. 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  3107.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  3108.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3109.  
  3110. 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  3111.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3112.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  3113.     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
  3114.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3115.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3116.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3117.     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
  3118.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3119.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3120.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  3121.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3122.     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
  3123.  
  3124. 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  3125.     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
  3126.       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
  3127.       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
  3128.       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
  3129.  
  3130. 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  3131.     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
  3132.  
  3133. 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  3134.     * tbl_change.php: $goto was not encoded in the form, resulting in a
  3135.       problem after editing/saving a row (seen in IE6)
  3136.     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
  3137.       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
  3138.       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
  3139.     * (many files): patch #1253465, avoid error messages for unset variables
  3140.       in PHP functions that require a parameter passed by reference,
  3141.       thanks to Sebastian Mendel
  3142.  
  3143. 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
  3144.     * header.inc.php: remove the 'InnoDB free' segment from table comments
  3145.     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
  3146.  
  3147. 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  3148.     * queryframe.php: shorten the path of db subtree items,
  3149.       thanks to Edward Rudd - urkle
  3150.     * config.inc.php, header.inc.php, tbl_properties_links.php,
  3151.       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
  3152.       Documentation.html, libraries/config_import.lib.php: patch #1249528,
  3153.       move table comments to header and enable configuration of header for
  3154.       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
  3155.     * db_details.php: undefined $header_url_qry
  3156.     * sql.php: bug #1255869, "MySQL returned an empty result set" not
  3157.       displayed in all cases
  3158.  
  3159. 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  3160.     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
  3161.       improve support when someone gets this error
  3162.     * Documentation.html: patch #1253248, links and anchors to every FAQ
  3163.       item, thanks to Alexander Schuch - ci-dev
  3164.  
  3165. 2005-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  3166.     * libraries/export/htmlword.php: Fix undefined variable when exporting
  3167.       relations (bug #1253457).
  3168.  
  3169. 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  3170.     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
  3171.       with MySQL 4.0.x
  3172.     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
  3173.       /tbl_move_copy.php: patch #1253461 (code cleanup),
  3174.       thanks to Sebastian Mendel
  3175.     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
  3176.       and code cleanup, thanks to Sebastian Mendel
  3177.  
  3178. 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  3179.     * Documentation.html: Save button for PDF schema coordinates,
  3180.       thanks to Ryan Schmidt
  3181.     * server_privileges.php: undefined index $GLOBALS[''],
  3182.       thanks to Ryan Schmidt
  3183.     * queryframe.php: need at least 2 items to display a group in the
  3184.       database selector, thanks to Ryan Schmidt
  3185.  
  3186. 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  3187.     * queryframe.php: fixes for tree subgroups in databases selector:
  3188.       escaping of special characters, display a db name inside its own
  3189.       group, and proper closing of optgroup, thanks to Ryan Schmidt
  3190.  
  3191. 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  3192.     * Documentation.html, readme.php, license.php:
  3193.       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
  3194.  
  3195. 2005-08-04 Michal ─îiha┼Ö  <michal@cihar.com>
  3196.     * libraries/common.lib.php, export.php: Show error header on error to make
  3197.       clear that something bad has happened.
  3198.  
  3199. 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
  3200.     * queryframe.php: patch #1250899:
  3201.      - unified spaces between icons
  3202.      - cleaned html and php code
  3203.      - display of querywindow-icon now follows
  3204.        $cfg['QueryFrame']
  3205.      - always use no_js=1 if $cfg['QueryFrameJS'] == true
  3206.       thanks to Sebastian Mendel
  3207.     * Documentation.html: patch #1169308, FAQ 1.17a improved,
  3208.       thanks to Isaac Bennetch
  3209.     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
  3210.       libraries/common.lib.php, /config_import.lib.php:
  3211.       patch #1246245, tree subgroups for databases (in selector),
  3212.       thanks to Edward Rudd - urkle
  3213.     * db_details.php, tbl_query_box.php: patch #1250935, interface
  3214.       improvements, thanks to Sebastian Mendel
  3215.     * tbl_create.php: bug #1252124, XSS on table creation page
  3216.  
  3217. 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  3218.     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
  3219.       table width should be limited by template if necessary,
  3220.       thanks to Sebastian Mendel - cybot_tm
  3221.     * server_databases.php: patch #1249371, correct calculation of colspan,
  3222.       and patch #1249414, display improvements, thanks to Sebastian Mendel;
  3223.       also,  $dbstats should contain 0 or 1, not the colspan
  3224.     * sql.php: patch #1249451, display improvement for bookmark dialog,
  3225.       thanks to Sebastian Mendel
  3226.     * libraries/common.lib.php: patch #1249457, display improvements for Edit
  3227.       Explain etc dialog, thanks to Sebastian Mendel
  3228.  
  3229. 2005-08-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3230.     * lang/czech: Fix bad translation (is was translated to is not :-)),
  3231.       update.
  3232.  
  3233. 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  3234.     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
  3235.     * Documentation.html: "bug #1248598, explain another cause of the Missing
  3236.       parameter error
  3237.  
  3238. 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  3239.     * tbl_change.php, lang/*: new message $strAndThen
  3240.     * libraries/dbg/profiling.php: patch #1160439, improvements,
  3241.       thanks to Glen Arason
  3242.     * scripts/upgrade.pl: patch #1198492, current version check,
  3243.       thanks to Herman van Rink - helmo
  3244.  
  3245. 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  3246.     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
  3247.  
  3248. 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  3249.     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
  3250.       after inserting a row
  3251.     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
  3252.       RFE #1177459, BOOL column type
  3253.  
  3254. 2005-07-26 Michal ─îiha┼Ö  <michal@cihar.com>
  3255.     * export.php: Use actual MIME type for CSV.
  3256.  
  3257. 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  3258.     * tbl_change.php: insert another new row: dropdown choice should be sticky
  3259.  
  3260. 2005-07-24 Michal ─îiha┼Ö  <michal@cihar.com>
  3261.     * libraries/check_user_privileges.lib.php: Undefined variable (bug
  3262.       #1243885).
  3263.     * libraries/config_import.lib.php: Do not override theme properties when
  3264.       path is not set.
  3265.     * libraries/select_theme.lib.php: Do not attempt to sort themes when
  3266.       themes are disabled (bug #1243883).
  3267.  
  3268. 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  3269.     * tbl_properties_structure.php, tbl_properties.inc.php:
  3270.       bug #1157230, escape special chars in ENUM or SET
  3271.  
  3272. 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  3273.     * db_details_structure.php: table creation should not be possible
  3274.       in information_schema
  3275.     * db_operations.php: those operations do not make sense on
  3276.       information_schema
  3277.     * browse_foreigners.php: bug #1242805, Show All does not work while
  3278.       browsing foreign values
  3279.     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
  3280.       content were reversed (id-content showed content then id)
  3281.  
  3282. 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
  3283.     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
  3284.       cookie-based login panel
  3285.  
  3286. 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  3287.     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
  3288.  
  3289. 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  3290.     * translators.html: message about French translation will be in French
  3291.  
  3292. 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  3293.     * libraries/string.lib.php: typo
  3294.     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
  3295.  
  3296. 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  3297.     * lang/*: removed unused strInvalidRowCount
  3298.  
  3299. 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
  3300.     * Documentation.html: how to enable the charset choice for exported file
  3301.  
  3302. 2005-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3303.     * libraries/common.lib.php: Use eval for config file including to catch
  3304.       parse errors (bug #1223319), on error page display config file that
  3305.       actually failed.
  3306.     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
  3307.       libraries/display_create_database.lib.php: Show box for creating
  3308.       database only if user has privileges to do so (bug #1167892).
  3309.     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
  3310.       noticing this.
  3311.  
  3312. 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  3313.     * sql.php: for Insert row and Export, use post when the query is too big
  3314.     * export.php: bug #1116026, export under IE 6 (XP SP2)
  3315.  
  3316. 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  3317.     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
  3318.       field to display
  3319.  
  3320. 2005-07-11 Michal ─îiha┼Ö  <michal@cihar.com>
  3321.     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
  3322.       #1235761).
  3323.  
  3324. 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
  3325.     * config.inc.php, Documentation.html, libraries/common.lib.php,
  3326.       libraries/config_import.lib.php:
  3327.       Document previous foreign-key dropdown work, and also ensure that the
  3328.       configuration import code works properly with it.
  3329.  
  3330. 2005-07-10 Michal ─îiha┼Ö  <michal@cihar.com>
  3331.     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
  3332.       #1192219)
  3333.     * Documentation.html, config.inc.php, left.php, queryframe.php,
  3334.       libraries/common.lib.php, libraries/config_import.lib.php,
  3335.       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
  3336.       User can now have different theme per server (RFE #1231599).
  3337.     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
  3338.     * main.php: Correct ALT attribute for image (bug #1232124).
  3339.     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
  3340.       browsing state while deleting multiple rows (bug #1232624).
  3341.     * tbl_row_action.php: Fix undefined variable warning.
  3342.     * db_details_structure.php, db_operations.php, header.inc.php,
  3343.       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
  3344.       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
  3345.       libraries/functions.js, libraries/indexes.js: Show better error messages
  3346.       when checking numerical inputs (bug #1207402).
  3347.     * sql.php, libraries/common.lib.php: Use post for print view when query is
  3348.       too big (bug #1203692).
  3349.  
  3350. 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  3351.     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
  3352.       Undefined variable order_img
  3353.     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
  3354.     * queryframe.php: bug #1231804, query windows does not open in new window,
  3355.       thanks to Michael Keck
  3356.     * db_details_qbe.php: bug #1234616, minor theme text color issue
  3357.  
  3358. 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  3359.     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
  3360.       without a charset
  3361.  
  3362. 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  3363.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  3364.       and Mastermnd for the 2.6.2 translation cleanup
  3365.     * tbl_properties_table_info.php: bug #1231917, commands out of sync
  3366.  
  3367. 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  3368.     * Documentation.html: link in doc, thanks to Cedric Corazza
  3369.     ### 2.6.3 released
  3370.  
  3371. 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  3372.     * db_operations.php: bug #1230224, db rename and old pmadb information
  3373.  
  3374. 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  3375.     * Documentation.html: patch #1229673, improvement to big-file-import
  3376.       instructions, thanks to Isaac Bennetch - ibennetch
  3377.  
  3378. 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  3379.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  3380.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3381.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  3382.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3383.     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
  3384.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3385.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3386.  
  3387. 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
  3388.     * tbl_properties_table_info.php: bug #1228862, creating a table under
  3389.       MySQL 5.x with wrong table type
  3390.  
  3391. 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  3392.     * tbl_properties_operations.php: bug #1225635,
  3393.       cannot change table's collation under MySQL 5.0.4
  3394.  
  3395. 2005-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3396.     * config.inc.php: Better comments describing multi server setup (patch
  3397.       #1226666).
  3398.     * db_details_links.php: Place export tab on same place as on table page
  3399.       (RFE #1047874).
  3400.     * tbl_properties_links.php: Switch browse and properties tabs
  3401.     * db_details_structure.php: Make order of icons same as on table view (RFE
  3402.       #1047874).
  3403.  
  3404. 2005-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  3405.     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
  3406.       Remove error reporting.
  3407.     * config.inc.php, libraries/common.lib.php,
  3408.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  3409.       Configurable file name templates (RFE #1226941).
  3410.     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
  3411.       code for browsing directory with themes (RFE #1184251).
  3412.     * tbl_change.php: Use select instead of input, this saves some place and
  3413.       looks better (RFE #1169931).
  3414.     * tbl_change.php: Display column comment while editing data (RFE #860912).
  3415.     * lang/sync_lang.sh: Fix belarusian name.
  3416.     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
  3417.       Add hex transformation (RFE #1100068).
  3418.  
  3419. 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  3420.     * db_operations.php: problem renaming a db
  3421.  
  3422. 2005-06-24 Alexander M. Turek  <me@derrabus.de>
  3423.     * lang/german-*.inc.php: Updates.
  3424.     * db_operations.php: Cleaning up Marc's code... ;-p
  3425.  
  3426. 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
  3427.     * config.inc.php, libraries/relation.lib.php,
  3428.       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
  3429.       customizing foreign-key dropdown, take #2, now very customizable, incl max
  3430.       item limit.
  3431.  
  3432. 2005-06-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3433.     * lang/czech: Update.
  3434.  
  3435. 2005-06-22 Alexander M. Turek  <me@derrabus.de>
  3436.     * tbl_properties_structure.php: Undefined index.
  3437.  
  3438. 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  3439.     * config.inc.php, libraries/relation.lib.php: Support for customizing
  3440.       foreign-key dropdown, take #1.
  3441.  
  3442. 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
  3443.     * server_databases.php: Bug #1225315, wrong message displayed
  3444.       when no databases were dropped.
  3445.     * tbl_properties.inc.php: Patch #1225452, JS error for
  3446.       getting the value of a select field in certain browsers.
  3447.  
  3448. 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  3449.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  3450.     * lang/italian: Updates, thanks to Pietro Danesi
  3451.     * lang/finnish: update, thanks to Jouni Kahkonen
  3452.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3453.     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
  3454.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3455.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3456.  
  3457. 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  3458.     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
  3459.       to use a reserved word as an identifier
  3460.     * db_operations.php, libraries/database_interface.lib.php:
  3461.       bug #1221359, Copying a db containing a MERGE table
  3462.  
  3463. 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  3464.     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
  3465.       submit button
  3466.     * db_operations.php: bug #1215688, Copying database does not preserve
  3467.       default charset and collation
  3468.     ### 2.6.3-rc1 released
  3469.  
  3470. 2005-06-12 Olivier Mueller <om@omnis.ch>
  3471.     * lang/*, server_privileges.php: added strings for RFE #1197482:
  3472.       $strGeneratePassword, $strGenerate and $strCopy
  3473.  
  3474. 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  3475.     * tbl_properties_export.php: bug #1169791, exporting results from queries
  3476.       with limit keyword
  3477.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  3478.     * lang/finnish: update, thanks to Jouni Kahkonen
  3479.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3480.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  3481.     * lang/belarusian, libraries/select_lang.lib.php:
  3482.       belarusian is now belarusian_cyrillic; added belarusian_latin,
  3483.       thanks to Jaska Zedlik
  3484.  
  3485. 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
  3486.     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
  3487.       feature in case of duplicate entry
  3488.  
  3489. 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  3490.     * lang/tatarish*: updates, thanks to Albert Fazl├¡
  3491.     * config.inc.php: bug #1215950, typo in comment
  3492.  
  3493. 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  3494.     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
  3495.       translators.html: renamed "tatar" to "tatarish" (tatar is
  3496.       a different language and this translation is really tatarish)
  3497.     * lang/mongolian*, libraries/select_lang.lib.php,
  3498.       translators.html, Documentation.html, README:
  3499.       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
  3500.  
  3501. 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  3502.     * libraries/functions.js: bug #1207405, invalid SQL when creating
  3503.       table with zero fields
  3504.     * sql.php: bug #1204951, left frame browse icon alt tag
  3505.       not updated on emptying table
  3506.  
  3507. 2005-06-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3508.     * lang/czech: Update.
  3509.  
  3510. 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  3511.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  3512.     * lang/finnish: update, thanks to Jouni Kahkonen
  3513.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3514.     * db_details_structure.php: optional message $strNumberOfFields,
  3515.       will use $strFields if not defined
  3516.     * db_operations.php, lang/*: bug #1212997, db copy should not
  3517.       always perform CREATE DATABASE
  3518.  
  3519. 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  3520.     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
  3521.       translators.html, Documentation.html, README:
  3522.       new language (tatar), thanks to Albert Fazl├¡
  3523.  
  3524. 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  3525.     * Documentation.html: bug #1213761, hint about Hardened PHP
  3526.       and the Missing parameters problem, thanks to Klaus Dorninger
  3527.  
  3528. 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  3529.     * db_details_structure.php: patch 1209863, XHTML validity,
  3530.       thanks to Ryan Schmidt
  3531.  
  3532. 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  3533.     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
  3534.       thanks to Ryan Schmidt
  3535.     * footer.inc.php: bug #1209891, db list not refreshed when the left
  3536.       frame is positionned on a db, then a manual DROP DATABASE it done
  3537.       on another db
  3538.     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
  3539.       refresh the queryframe
  3540.  
  3541. 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
  3542.     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
  3543.       when field type changes
  3544.  
  3545. 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  3546.     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
  3547.     * sql.php: bug #1204913, left frame update on manual table rename
  3548.  
  3549. 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  3550.     * tbl_properties.inc.php: bug #1207404, undefined variables
  3551.  
  3552. 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  3553.     * libraries/common.lib.php: bug #1207395, undefined theme_generation
  3554.       and theme_version, thanks to Ryan Schmidt
  3555.     * tbl_properties_operations.php: bug #1207212, changing table type
  3556.       under MySQL 5.0.4
  3557.  
  3558. 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  3559.     * libraries/charset_conversion.lib.php: diacritics wrongly converted
  3560.       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
  3561.     * tbl_properties_structure.php, tbl_properties.inc.php,
  3562.       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
  3563.     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
  3564.     * themes/[darkblue_orange|original]/css/theme_print.css.php:
  3565.       spelling error Hevetica -> Helvetica, thanks to Castorius and
  3566.       Isaac Bennetch - ibennetch
  3567.  
  3568. 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  3569.     * tbl_select.php: bug #1204235, searching on a VARBINARY field
  3570.  
  3571. 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  3572.     * export.php: bug #1193442, 8 extra spaces at end of export area,
  3573.       thanks to Ryan Schmidt
  3574.     * db_details_structure.php: bug #1193430, zero_rows parameter
  3575.       not url-encoded, thanks to Ryan Schmidt
  3576.  
  3577. 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  3578.     * server_privileges.php, libraries/server_privileges.js:
  3579.       make the password generator work also on user account editing
  3580.  
  3581. 2005-05-17 Olivier Mueller <om@omnis.ch>
  3582.     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
  3583.       password generator on user creation.  RFC: ok like that?  TODO: add strings.
  3584.  
  3585. 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  3586.     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
  3587.       of query is applied to appended LIMIT as well
  3588.  
  3589. 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  3590.     * tbl_printview.php: bug #1178760, header not sent when displaying
  3591.       print view of multi tables, thanks to Hrvoje Novosel - interghost
  3592.     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
  3593.       mousedown, thanks to Ken Stanley - eclipsboi
  3594.  
  3595. 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  3596.     * tbl_properties.inc.php: bug #1069012, table collation forgotten
  3597.       when adding fields
  3598.     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
  3599.       showing the details of a storage engine under MySQL 4.0.x
  3600.  
  3601. 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  3602.     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
  3603.       when exporting without enclosing with backquotes
  3604.  
  3605. 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
  3606.     * db_details_links.php: patch #1196806, add a Privileges tab
  3607.       in db view, thanks to Herman van Rink - helmo
  3608.     * server_privileges.php: add a back link to the db on which
  3609.       we are checking privileges
  3610.     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
  3611.       with USE followed with a db name containing an hyphen
  3612.     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
  3613.  
  3614. 2005-05-08 Olivier Mueller <om@omnis.ch>
  3615.     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
  3616.       with one command and 5 seconds. To be improved, but is working fine
  3617.       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
  3618.     * server_privileges.php: always display the "Add a new user" link
  3619.       on the User overview page (no more need to click on [show all] or
  3620.       an initial before)
  3621.  
  3622. 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  3623.     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
  3624.       sets and collations (temporary workaround)
  3625.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3626.  
  3627. 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
  3628.     * Documentation.html: improvement about PmaAbsoluteUri,
  3629.       thanks to Isaac Bennetch - ibennetch
  3630.  
  3631. 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
  3632.     * libraries/common.lib.php: bug #1185152, setting collation for a field,
  3633.       thanks to Ryan Schmidt - ryandesign
  3634.  
  3635. 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  3636.     * export.php: bug #1123284, avoid double compression when
  3637.       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
  3638.     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
  3639.       thanks to Ryan Schmidt - ryandesign
  3640.  
  3641. 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
  3642.     * server_status.php: bug #1193225, missing </ul>
  3643.     * tbl_properties.inc.php: bug #1193353, js error on creating table
  3644.  
  3645. 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  3646.     * db_operations.php, libraries/tbl_move_copy.php:
  3647.       bug #1192468, bookmarks copied too many times
  3648.  
  3649. 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  3650.     * lang/finnish: update, thanks to Jouni Kahkonen
  3651.     * lang/russian: update, thanks to lobovich
  3652.     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
  3653.  
  3654. 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  3655.     * tbl_properties_structure.php, tbl_properties.inc.php:
  3656.       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
  3657.     * lang/finnish: big update, thanks to Jouni Kahkonen
  3658.  
  3659. 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
  3660.     * libraries/sqlparser*: bug #1185173. A query using the Storage
  3661.       table name and an alias, returned no result. I changed the
  3662.       parser to add a list of "forbidden" reserved words, as listed
  3663.       in the MySQL manual (reserved words). Those are not allowed
  3664.       as a table/column name, but others (like Storage) are allowed.
  3665.       Now the query works. TODO: do not pretty print in color,
  3666.       in this case
  3667.     * libraries/common.lib.php: bug #1179241, wrong escaping of
  3668.       apostrophe in generated PHP code
  3669.  
  3670. 2005-04-25 Michal ─îiha┼Ö  <michal@cihar.com>
  3671.     * lang/czech: Update.
  3672.     * lang/english: Fix typo.
  3673.  
  3674. 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
  3675.     * left.php, queryframe.php: bug #1168784, please respect the db order
  3676.       given in only_db
  3677.  
  3678. 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  3679.     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
  3680.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3681.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3682.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3683.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  3684.     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
  3685.     * tbl_properties_export.php: bug #1180860, error going from Export
  3686.       to Insert tab
  3687.     ### 2.6.2 released
  3688.  
  3689. 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  3690.     * db_details_structure.php: Search icon centering
  3691.  
  3692. 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  3693.     * tbl_alter.php: undefined $field_comments
  3694.  
  3695. 2005-04-10 Alexander M. Turek  <me@derrabus.de>
  3696.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  3697.  
  3698. 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
  3699.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3700.     * server_privileges.php: bug #1179969, problem editing a user's profile
  3701.       (and there was a problem also with the detection of
  3702.        an already existing user)
  3703.  
  3704. 2005-04-09 Alexander M. Turek  <me@derrabus.de>
  3705.     * libraries/sqlparser.data.php: Added keyword ROUTINE.
  3706.  
  3707. 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  3708.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3709.  
  3710. 2005-04-07 Alexander M. Turek  <me@derrabus.de>
  3711.     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
  3712.       en-iso-8859-15.
  3713.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  3714.  
  3715. 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  3716.     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
  3717.     * libraries/common.lib.php: wrong test when the field's type is
  3718.       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
  3719.  
  3720. 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
  3721.     ### 2.6.2-rc1 released
  3722.  
  3723. 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  3724.     * tbl_addfield.php: TIMESTAMP options support
  3725.     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
  3726.       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
  3727.       set to NULL to have the NULL attribute
  3728.     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
  3729.       with FK constraints to a table in the same db
  3730.  
  3731. 2005-03-31 Alexander M. Turek  <me@derrabus.de>
  3732.     * left.php: Undefined offset (Bug #1174045).
  3733.  
  3734. 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  3735.     * Documentation.html: added FAQ 5.17 about problem with
  3736.       Firefox when the Tabbrowser Extensions plugin is installed
  3737.     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
  3738.     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
  3739.       made dynamic, depending on the field's type
  3740.     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
  3741.  
  3742. 2005-03-30 Alexander M. Turek  <me@derrabus.de>
  3743.     * server_databases.php: Bug #1172782 (Don't allow to drop
  3744.       information_schema).
  3745.     * libraries/mysql_charsets.lib.php: Typo.
  3746.     * lang/german-*.inc.php: Better translation.
  3747.  
  3748. 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
  3749.     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
  3750.       thanks to Isaac Bennetch - ibennetch
  3751.     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
  3752.     * lang/*: removed unused message and modified strCheckOverhead
  3753.       where still untranslated
  3754.     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
  3755.       modifying TIMESTAMP options, the table structure editing form
  3756.       was shown without the new options.
  3757.  
  3758. 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  3759.     * libraries/common.lib.php: XSS vulnerability on convcharset
  3760.  
  3761. 2005-03-29 Alexander M. Turek  <me@derrabus.de>
  3762.     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
  3763.       unavailable collations (bug #1172517).
  3764.  
  3765. 2005-03-28 Alexander M. Turek  <me@derrabus.de>
  3766.     * left.php: Implemented the forgotten view icon.
  3767.  
  3768. 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  3769.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3770.     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
  3771.       under MySQL 4.1
  3772.     ### 2.6.2-beta1 released
  3773.  
  3774. 2005-03-27 Alexander M. Turek  <me@derrabus.de>
  3775.     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
  3776.       themes as imcompatible because of recent changes.
  3777.     * libraries/information_schema_relations.lib.php,
  3778.       libraries/relation.lib.php: information_schema relations.
  3779.  
  3780. 2005-03-26 Alexander M. Turek  <me@derrabus.de>
  3781.     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
  3782.     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
  3783.       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
  3784.       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
  3785.       Added more Latin9 language files.
  3786.  
  3787. 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  3788.     * tbl_properties.inc.php: bug #1170255, undefined index: Field
  3789.  
  3790. 2005-03-25 Alexander M. Turek  <me@derrabus.de>
  3791.     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
  3792.       for marking a functionality as unavailable.
  3793.     * libraries/relation.lib.php:
  3794.       - Removed recoding function calls from controluser queries as they do
  3795.         not depend on the connection charset anymore;
  3796.       - Added emulated relations for some information_schema tables. To be
  3797.         continued.
  3798.  
  3799. 2005-03-24 Alexander M. Turek  <me@derrabus.de>
  3800.     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
  3801.       libraries/database_interface.lib.php:
  3802.       - Force separate connection for controluser queries;
  3803.       - Don't apply collation_connection settings to controluser connections.
  3804.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  3805.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  3806.  
  3807. 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  3808.     * header.inc.php: undefined index tbl_is_view when copying a table
  3809.       with constraints and an error occurs
  3810.  
  3811. 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  3812.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3813.     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
  3814.  
  3815. 2005-03-19 Alexander M. Turek  <me@derrabus.de>
  3816.     * lang/german-*.inc.php: Translations #1120157 (bad translation of
  3817.       $strAddSearchConditions).
  3818.     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
  3819.       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
  3820.     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
  3821.       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
  3822.       the German and French language files for testing.
  3823.  
  3824. 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  3825.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3826.     * lang/russian update, thanks to gunsky
  3827.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3828.  
  3829. 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  3830.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3831.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3832.     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
  3833.       - thedarkness
  3834.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3835.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3836.  
  3837. 2005-03-18 Alexander M. Turek  <me@derrabus.de>
  3838.     * lang/german-*.inc.php: Updates.
  3839.  
  3840. 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  3841.     * Documentation.html: bug #1165148, typo in Documentation.html
  3842.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3843.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3844.  
  3845. 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  3846.     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
  3847.       config.inc.php (comment only), libraries/common.lib.php:
  3848.       experimental support for table structure editing with MySQL 4.1.2+
  3849.       TIMESTAMP options
  3850.  
  3851. 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  3852.     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
  3853.  
  3854. 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  3855.     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
  3856.       start merging code for MySQL 4.1.2 TIMESTAMP options support
  3857.  
  3858. 2005-03-10 Alexander M. Turek  <me@derrabus.de>
  3859.     * libraries/relation.lib.php: Bug #1159415.
  3860.  
  3861. 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  3862.     * libraries/database_interface.lib.php, libraries/relation.lib.php:
  3863.       problem with getting comments when creating a new table under MySQL 4.1.x
  3864.       with mysql extension
  3865.  
  3866. 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  3867.     * db_operations.php: db comments updating broken
  3868.     * libraries/relation.lib.php: bug #1159415, data dictionary broken
  3869.  
  3870. 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
  3871.     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
  3872.       versions of insert-row icons.
  3873.  
  3874. 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  3875.     * lang/french update
  3876.  
  3877. 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  3878.     * libraries/relation.lib.php: db comments broken
  3879.     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
  3880.     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
  3881.       bookmark improvement,
  3882.       based on patch #1034161 by Ryan Schmidt - ryandesign:
  3883.       sort bookmarks by label, remove the number before each bookmark
  3884.       in the drop-down choice. For this I had to change some logic in the
  3885.       calling scripts. It's still possible to have the same label more
  3886.       than once.
  3887.  
  3888. 2005-03-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3889.     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
  3890.       libraries/header_meta_style.inc.php: Actually use print style in themes,
  3891.       also fixes RFE #1120880.
  3892.     * sql.php: Better calculate inserted row id (bug #1156963).
  3893.     * db_details_links.php, db_details_structure.php: Show database comment on
  3894.       each tab (same as we do with table comments).
  3895.  
  3896. 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
  3897.     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
  3898.       versions of drop icons.
  3899.  
  3900. 2005-03-06 Michal ─îiha┼Ö  <michal@cihar.com>
  3901.     * export.php, libraries/display_export.lib.php, config.inc.php,
  3902.       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
  3903.       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
  3904.       2000 export (RFE #1155122).
  3905.     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
  3906.       engine" translation.
  3907.     * lang/english: Nothing to translate here.
  3908.     * Documentation.html: Document new Excel export.
  3909.     * config.inc.php, libraries/config_import.lib.php,
  3910.       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
  3911.       export now can contain table structure and better handles more
  3912.       tables/databases export.
  3913.     * db_operations.php, export.php, main.php, tbl_move_copy.php,
  3914.       libraries/common.lib.php, libraries/select_theme.lib.php,
  3915.       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
  3916.       / to end of path (bug #1155373).
  3917.  
  3918. 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  3919.     * libraries/relation.lib.php, /display_export.lib.php,
  3920.       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
  3921.       the "Add into comments ... Comments" choice, since they are
  3922.       part of the structure
  3923.  
  3924. 2005-03-06 Alexander M. Turek  <me@derrabus.de>
  3925.     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
  3926.       activity statistics.
  3927.     * server_status.php: Removed InnoDB Status sub-page. It is now part of
  3928.       server_engines.php.
  3929.     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
  3930.       indicators.
  3931.     * libraries/mysql_charsets.lib.php: Don't check the character set of the
  3932.       virtual database "information_schema" (MySQL 5.0).
  3933.     * db_details_links.php, db_details_structure.php: Don't allow the user to
  3934.       change anything in MySQL 5.0's information_schema database.
  3935.  
  3936. 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  3937.     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
  3938.       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
  3939.       /database_interface.lib.php: MySQL 4.1.x native comments
  3940.  
  3941. 2005-03-05 Alexander M. Turek  <me@derrabus.de>
  3942.     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
  3943.       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
  3944.       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
  3945.       libraries/engines/myisam.lib.php:
  3946.       - Moved engine-specific settings into plugins;
  3947.       - Added ability to create multiple sub-pages in server_engines.php for
  3948.         a specific engine;
  3949.       - Added a few InnoDB variables. To be continued. :-)
  3950.       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
  3951.  
  3952. 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  3953.     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
  3954.       Missing parameters, and when the error happens, show a link to FAQ
  3955.  
  3956. 2005-03-03 Alexander M. Turek  <me@derrabus.de>
  3957.     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
  3958.       with "str").
  3959.     * header.inc.php: Wrong icon for views.
  3960.     * libraries/sqlparser.data.php: Added more missing date / time functions.
  3961.  
  3962. 2005-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  3963.     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
  3964.       modes not available in current MySQL version, do not fail on error when
  3965.       setting SQL_MODE (bug #1155209).
  3966.  
  3967. 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  3968.     * main.php: bug #1154307, wrong text for alt,
  3969.       thanks to Isaac Bennetch - ibennetch
  3970.     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
  3971.       thanks to Isaac Bennetch - ibennetch
  3972.  
  3973. 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  3974.     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
  3975.       thanks to Ryan Schmidt
  3976.     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
  3977.       var
  3978.  
  3979. 2005-02-27 Alexander M. Turek  <me@derrab.us>
  3980.     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
  3981.       and GET_FORMAT (bug #1152310).
  3982.  
  3983. 2005-02-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3984.     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
  3985.  
  3986. 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  3987.     * Documentation.html: added FAQ 5.16 about various IE and Windows
  3988.       problems. Thanks to Michael Keck.
  3989.     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
  3990.  
  3991. 2005-02-24 Alexander M. Turek  <me@derrabus.de>
  3992.     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
  3993.  
  3994. 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  3995.     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
  3996.       blowfish_secret is empty
  3997.  
  3998. 2005-02-23 Alexander M. Turek  <me@derrabus.de>
  3999.     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
  4000.     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
  4001.       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
  4002.     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
  4003.       we had already commented out a long time ago.
  4004.  
  4005. 2005-02-22 Alexander M. Turek  <me@derrabus.de>
  4006.     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
  4007.       of bug #1149383.
  4008.  
  4009. 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
  4010.     * pdf_pages.php: patch #1120466 (modified): optional column names
  4011.       in visual scratchboard, thanks to Remco Aalbers - remcoa
  4012.  
  4013. 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  4014.     * header.inc.php, queryframe.php: HTML improvement,
  4015.       thanks to Armel Fauveau
  4016.     * server_privileges.php: bug #1113788, escaping character removed by error
  4017.  
  4018. 2005-02-16 Alexander M. Turek  <me@derrabus.de>
  4019.     * db_details_export.php: Views are not exportable yet.
  4020.     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
  4021.     * server_engines.php: Use new CSS class 'disabled' for unavailable
  4022.       engines.
  4023.  
  4024. 2005-02-14 Michal ─îiha┼Ö  <michal@cihar.com>
  4025.     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
  4026.       indexes for print view, use same function as for normal view (bug
  4027.       #1119388).
  4028.     * css/print.css, libraries/tbl_indexes.lib.php,
  4029.       libraries/header_meta_style.inc.php: Use CSS for hiding print button
  4030.       rather than javascript.
  4031.  
  4032. 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  4033.     * tbl_properties_table_info.php: avoid errors #1046, no database selected
  4034.       in MySQL 5.0.2
  4035.     * lang/romanian: Updated, thanks to Valics Lehel.
  4036.  
  4037. 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  4038.     * lang/french update
  4039.     * server_privileges.php: bug #1118137, host not changing when editing user
  4040.  
  4041. 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  4042.     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
  4043.  
  4044. 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  4045.     * config.inc.php, Documentation.html: bug #1115327, document the
  4046.       maximum number of characters for blowfish_secret
  4047.  
  4048. 2005-02-09 Alexander M. Turek  <me@derrabus.de>
  4049.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
  4050.  
  4051. 2005-02-08 Michal ─îiha┼Ö  <michal@cihar.com>
  4052.     * export.php: Fix export of SQL for Safari (bug #1113015).
  4053.  
  4054. 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  4055.     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
  4056.       do not send a boolean to mysqli_free_result() or mysql_free_result(),
  4057.       it expects a result resource
  4058.     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
  4059.       using "copy table" operation
  4060.     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
  4061.       disabled
  4062.  
  4063. 2005-02-07 Alexander M. Turek  <me@derrabus.de>
  4064.     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
  4065.       php 4.1.x.
  4066.  
  4067. 2005-02-06 Alexander M. Turek  <me@derrabus.de>
  4068.     * header.inc.php, tbl_properties_table_info.php: View detection for
  4069.       header.inc.php.
  4070.     * tbl_properties_links.php: Adjusted tab bar for views.
  4071.  
  4072. 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  4073.     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
  4074.  
  4075. 2005-02-04 Michal ─îiha┼Ö  <michal@cihar.com>
  4076.     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
  4077.  
  4078. 2005-02-03 Alexander M. Turek  <me@derrabus.de>
  4079.     * tbl_addfield.php: Bug #1040682 (adding field with collation).
  4080.  
  4081. 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  4082.     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
  4083.       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
  4084.     * tbl_properties.inc.php: bug #1114550, changing the type of
  4085.       a float unsigned column
  4086.  
  4087. 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  4088.     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
  4089.       cannot be used with MYSQL_USE_RESULT
  4090.  
  4091. 2005-01-29 Alexander M. Turek  <me@derrabus.de>
  4092.     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
  4093.       the Janapese language file under MySQL 4.1.
  4094.  
  4095. 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  4096.     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
  4097.       function PMA_reloadNavigation(). A failed connection was not properly
  4098.       detected
  4099.     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
  4100.       parameter 1 to be a result
  4101.  
  4102. 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  4103.     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
  4104.       thanks to Michal
  4105.     * libraries/display_tbl.lib.php: the LongOperation message should
  4106.       be just for InnoDB
  4107.  
  4108. 2005-01-27 Michal ─îiha┼Ö  <michal@cihar.com>
  4109.     * read_dump.php: Fix detection of SELECT query to display on multiple
  4110.       submits (bug #1110727).
  4111.  
  4112. 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  4113.     * tbl_query_box.php: bug #1107937, undefined $fields_list
  4114.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  4115.     ### 2.6.1 released
  4116.  
  4117. 2005-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  4118.     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
  4119.       (bug #1106652).
  4120.  
  4121. 2005-01-23 Alexander M. Turek  <me@derrabus.de>
  4122.     * libraries/sqlparser.data.php: Added some keywords.
  4123.  
  4124. 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  4125.     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
  4126.       and fix a typo "boommark"
  4127.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4128.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4129.  
  4130. 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
  4131.     * libraries/tooltip.js: new JS library for tooltips (hints)
  4132.     * libraries/common.lib.php: img tag modified for mouseover / mouseout
  4133.       (show/hide tooltip)
  4134.     * header.inc.php: needed div-container for tooltips
  4135.     * footer.inc.php: linking to js-file tooltip.js
  4136.     * themes/.../theme_right.css.php: tooltip class
  4137.     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
  4138.       to small
  4139.     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
  4140.     * themes/.../theme_right.css.php: new class for disabled (not available)
  4141.       text / values / messages
  4142.     * libraries/tooltip.js: removed wrong typos (sorry)
  4143.  
  4144. 2005-01-20 Alexander M. Turek  <me@derrabus.de>
  4145.     * server_engines.php, server_links.inc.php: Use Michael's new icon for
  4146.       storage engines.
  4147.     * main.php: Added link to storage engines sub-page.
  4148.  
  4149. 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
  4150.     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
  4151.       lang/*.php: bug #1084820: ask a confirmation when a user wants to
  4152.       reach the End of rows, and count the exact number of rows to
  4153.       go to the real end
  4154.       TODO: page number selector
  4155.     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
  4156.       to reveal the full message for browsers who truncate it,
  4157.       thanks to Alexander for the suggestion
  4158.  
  4159. 2005-01-18 Alexander M. Turek  <me@derrabus.de>
  4160.     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
  4161.       - Emulation for < MySQL 4.1.2;
  4162.       - BerkeleyDB version information.
  4163.     * tbl_properties.inc.php, tbl_properties_operations.php,
  4164.       libraries/storage_engines.lib.php: Auto-generated engine selection
  4165.       dropdown.
  4166.     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
  4167.  
  4168. 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
  4169.     * libraries/common.lib.php: modified function for
  4170.       Add a link by MySQL-Error #1062 - Duplicate entry
  4171.       (feature request #1036254)
  4172.  
  4173. 2005-01-17 Michal ─îiha┼Ö  <michal@cihar.com>
  4174.     * lang/czech: Fix typos (translation #1103785).
  4175.  
  4176. 2005-01-17 Alexander M. Turek  <me@derrabus.de>
  4177.     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
  4178.       parameters.
  4179.  
  4180. 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  4181.     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
  4182.       #1060 in the logic for error #1062
  4183.  
  4184. 2005-01-15 Alexander M. Turek  <me@derrabus.de>
  4185.     * server_engines.php, server_links.inc.php, lang/*.inc.php,
  4186.       libraries/storage_engines.php: Detailed storage engines status
  4187.       information.
  4188.  
  4189. 2005-01-12 Alexander M. Turek  <me@derrabus.de>
  4190.     * tbl_properties_table_info.inc.php: Basic view detection.
  4191.     * tbl_properties_structure.php: Disabled table-specific interface elements
  4192.       for views.
  4193.  
  4194. 2005-01-11 Alexander M. Turek  <me@derrabus.de>
  4195.     * libraries/relation.lib.php:
  4196.       - Removed redundant code;
  4197.       - Fixed some comments.
  4198.     * tbl_properties_structure.php: Corrected TH numbering.
  4199.     * db_details_structure.php: Small design glitch with "in use" tables.
  4200.     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
  4201.       - Views are now displayed correctly within the table list;
  4202.       - Added ability to drop views from the db structure page.
  4203.         TODO: It is not yet possible to drop a view from the table sub pages.
  4204.  
  4205. 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  4206.     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
  4207.       on invalid login
  4208.  
  4209. 2005-01-10 Michal ─îiha┼Ö  <michal@cihar.com>
  4210.      * lang/czech: Fix typo (translation #1099459).
  4211.  
  4212. 2005-01-10 Olivier Mueller <om@omnis.ch>
  4213.     * README: copyright, we're in 2005
  4214.  
  4215. 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  4216.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4217.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4218.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  4219.     * lang/dutch: Updates, thanks to Ivo Teel.
  4220.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  4221.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4222.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4223.     ### 2.6.1-rc2 released
  4224.  
  4225. 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  4226.     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
  4227.       a FLOAT field in MySQL 4.1.x
  4228.  
  4229. 2005-01-07 Michal ─îiha┼Ö  <michal@cihar.com>
  4230.     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
  4231.       libraries/functions.js, libraries/tbl_change.js,
  4232.       libraries/keyhandler.js: Use Option key for Safari for moving (bug
  4233.       #1094137), move key handler function to separate file so we have only
  4234.       one, make movement work correctly in vertical display of properties.
  4235.     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
  4236.       (bug #1097593).
  4237.  
  4238. 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  4239.     * tbl_change.php: removed old PHP3-workaround that caused problems
  4240.       with field names like '000'
  4241.  
  4242. 2005-01-05 Michal ─îiha┼Ö  <michal@cihar.com>
  4243.     * tbl_properties_operations.php: Fix changning table parameters if it has
  4244.       no auto increment (bug #1096246).
  4245.  
  4246. 2005-01-04 Alexander M. Turek  <me@derrabus.de>
  4247.     * lang/german-*.inc.php:
  4248.       - Updates and small corrections;
  4249.       - Synchronized translation with the German MySQL documentation.
  4250.  
  4251. 2005-01-03 Michal ─îiha┼Ö  <michal@cihar.com>
  4252.     * export.php: Use standardised mime types and use content encoding for
  4253.       gzip/bzip2. I hope this will fix double gzip compression as in bug
  4254.       #1094649.
  4255.  
  4256. 2005-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  4257.     * tbl_alter.php: Don't try to set collation for non text fields (bug
  4258.       #1094109).
  4259.     * sql.php: Do not forget reloading when launching multiple queries (bug
  4260.       #1090818).
  4261.  
  4262.          --- Older ChangeLogs can be found on our project website ---
  4263.                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
  4264.  
  4265. # vim: et ts=4 sw=4 sts=4
  4266. # vim: ft=changelog fenc=utf-8 encoding=utf-8
  4267. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
  4268. # vim: fdn=1 fdm=expr
  4269.